Example #1
0
 public WeaponSettings getCurrentWeapon()
 {
     return(settings[selectedWeapon.toElement()]);
 }
Example #2
0
 public WeaponSettings GetWeapon(Commandments.Weapon weapon)
 {
     return(settings[weapon.toElement()]);
 }