示例#1
0
 public static bool IsValidWeapon(string weapon)
 {
     return(Weapons.ContainsValue(weapon) || Weapons.ContainsKey(weapon.ToLower()));
 }