Exemplo n.º 1
0
 public void RemoveCreatureType(HS_CreatureType type)
 {
     creatureTypes.Remove(type);
 }
Exemplo n.º 2
0
 public void AddCreatureType(HS_CreatureType type)
 {
     creatureTypes.Add(type);
 }