/// <summary>
 /// Get the value of the current property of this model
 /// </summary>
 public int GetProperty(WeaponSkill skill, WeaponProperty property)
 {
     return(MtaShared.GetWeaponProperty(ID, skill.ToString().ToLower(), property.ToString().ToLower()));
 }