示例#1
0
 public int GetAmmoCap()
 {
     return((int)(ammoCap * (1 + (perk != null ? perk.GetWeaponAmmoCapMul(ID) : 0))));
 }