public WeaponSettings getCurrentWeapon() { return(settings[selectedWeapon.toElement()]); }
public WeaponSettings GetWeapon(Commandments.Weapon weapon) { return(settings[weapon.toElement()]); }