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