Esempio n. 1
0
 public static string GetImpactPool(WeaponType weaponType)
 {
     return(weaponType.GetDescription() + "-impact");
 }
Esempio n. 2
0
// TODO: these should be extensions of WeaponType
        public static string GetAmmoPool(WeaponType weaponType)
        {
            return(weaponType.GetDescription() + "-ammo");
        }