예제 #1
0
파일: UI.cs 프로젝트: ericyliu/autowar
 void BuyUnit(int slot, UnitType type)
 {
     this.CloseShop();
     gameComponent.BuyUnit(slot, type);
 }