Ejemplo n.º 1
0
 public void wearArmor(EArmorPart part, ArmorPart a)
 {
     /// Placeholder!!!
     armor[(int)part] = a;
 }
Ejemplo n.º 2
0
 public void dropArmorPart(EArmorPart part)
 {
     /// Placeholder!!!
     armor[(int)part] = null;
 }