コード例 #1
0
ファイル: UI.cs プロジェクト: ericyliu/autowar
 void BuyUnit(int slot, UnitType type)
 {
     this.CloseShop();
     gameComponent.BuyUnit(slot, type);
 }