Ejemplo n.º 1
0
 public float GetWeaponDamage()
 {
     return(weaponDamage * (towerData?.GetDamageModifier() ?? 1f));
 }