Cronous Emulation Server Daemon

MonsterCharacter._monster_entry Field

Monster entry.

[Visual Basic]
Protected _monster_entry As MonsterEntry
[C#]
protected MonsterEntry _monster_entry;
[C++]
protected: MonsterEntry* _monster_entry;
[JScript]
protected var _monster_entry: MonsterEntry;

See Also

MonsterCharacter Class | croemud.character Namespace