Esempio n. 1
0
 public void BuyLoggingCamp()
 {
     if (playerManager.getMoney() >= mapZone.getLoggingCampPrice() && mapZone.getPoliticalResistance() <= mapZone.getLobbyingPower())
     {
         buyLoggingCamp.Invoke(mapZone.getLoggingCampPrice());
     }
 }