Beispiel #1
0
 public static void StartTargetingCampaign(GameEntity product, GameContext gameContext)
 {
     if (IsCanStartTargetingCampaign(product, gameContext))
     {
         Cooldowns.AddRegularCampaignCooldown(gameContext, product);
         Companies.SpendResources(product, GetTargetingCost(product, gameContext));
     }
 }