[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 );
MonsterCharacter Class | croemud.character Namespace