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