示例#1
0
文件: UI.cs 项目: ericyliu/autowar
 void BuyUnit(int slot, UnitType type)
 {
     this.CloseShop();
     gameComponent.BuyUnit(slot, type);
 }