Example #1
0
 public static int GoldGatBulletCost()
 {
     return((int)(1f * (1f + (ContextProvider.GetTeamLevel() - 1f) * 0.25f)));
 }