Cronous Emulation Server Daemon

Client._character Field

Player character.

[Visual Basic]
Protected _character As PlayerCharacter
[C#]
protected PlayerCharacter _character;
[C++]
protected: PlayerCharacter* _character;
[JScript]
protected var _character: PlayerCharacter;

See Also

Client Class | croemud.game Namespace