예제 #1
0
 public static bool GetIsArmor(int itemType)
 {
     if (Armor.Contains(itemType))
     {
         return(true);
     }
     return(false);
 }
예제 #2
0
 public static bool HasArmor(int type) => Armor.Contains(type);