예제 #1
0
파일: GuiManager.cs 프로젝트: wt616/JxqyHD
 public static void BuyGoods(string listFileName)
 {
     ShowAllPanels(false);
     BuyInterface.BeginBuy(listFileName);
     GoodsInterface.IsShow = true;
 }
예제 #2
0
 public static void BuyGoods(string listFileName, Character target, bool canSellSelfGoods)
 {
     ShowAllPanels(false);
     BuyInterface.BeginBuy(listFileName, target, canSellSelfGoods);
     GoodsInterface.IsShow = true;
 }