Cronous Emulation Server Daemon

MonsterCharacter Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal gs As GameServer, _ 
   ByVal id As Integer, _ 
   ByVal me As MonsterEntry _ 
)
[C#]
public MonsterCharacter(
   GameServer gs,
   int id,
   MonsterEntry me
);
[C++]
public: MonsterCharacter(
   GameServer* gs,
   int id,
   MonsterEntry* me
);
[JScript]
public function MonsterCharacter(
   GameServer gs,
   int id,
   MonsterEntry me
);

See Also

MonsterCharacter Class | croemud.character Namespace