Esempio n. 1
0
 public static void BuyGoods(string listFileName)
 {
     ShowAllPanels(false);
     BuyInterface.BeginBuy(listFileName);
     GoodsInterface.IsShow = true;
 }
Esempio n. 2
0
 public static void BuyGoods(string listFileName, Character target, bool canSellSelfGoods)
 {
     ShowAllPanels(false);
     BuyInterface.BeginBuy(listFileName, target, canSellSelfGoods);
     GoodsInterface.IsShow = true;
 }