Пример #1
0
 void BuyUnit(int slot, UnitType type)
 {
     this.CloseShop();
     gameComponent.BuyUnit(slot, type);
 }