Example #1
0
 public int GetClipSize()
 {
     return((int)(clipSize * (1 + (perk != null ? perk.GetWeaponClipSizeMul(ID) : 0))));
 }