Esempio n. 1
0
 public static bool CanEquip(int goodIndex, Good.EquipPosition position)
 {
     return(!IsInEquipRange(goodIndex) &&
            Good.CanEquip(Get(goodIndex), position));
 }