예제 #1
0
 public void BuyUnit(int slot, UnitType type)
 {
     this.client.Send(GameAction.CreateBuyUnitAction(this.player, slot, type));
 }