public void RemoveCreatureType(HS_CreatureType type) { creatureTypes.Remove(type); }
public void AddCreatureType(HS_CreatureType type) { creatureTypes.Add(type); }