Esempio n. 1
0
 public void BuyLobbingPower()
 {
     if (playerManager.getMoney() >= mapZone.getLobbyingPrice())
     {
         buyLobbyingPower.Invoke(mapZone.getLobbyingPrice());
     }
 }