Пример #1
0
 private double GetAmmoWeight()
 {
     return(gunData.ShellAmmo * gunData.ShellWeight() + hatchControlData.RocketAmmo * hatchControlData.RocketWeight());
 }