Exemple #1
0
 public void upgradeAttackSpeed(Upgrades.upgrades x)
 {
     speedModifier -= (float)x;
 }
Exemple #2
0
 public void upgradeDamage(Upgrades.upgrades x)
 {
     damageModifier += (int)x;
 }