コード例 #1
0
 internal void registerCreatureType(CreatureType creatureType, string name)
 {
 }
コード例 #2
0
 internal void setMaxHealth(CreatureType creatureType, int maxHealth)
 {
 }
コード例 #3
0
 internal Creature createCreature(MapChannel mapChannel, CreatureType creatureType, SpawnPool spawnPool)
 {
     return null;
 }