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