internal void registerCreatureType(CreatureType creatureType, string name) { }
internal void setMaxHealth(CreatureType creatureType, int maxHealth) { }
internal Creature createCreature(MapChannel mapChannel, CreatureType creatureType, SpawnPool spawnPool) { return null; }