Cronous Emulation Server Daemon

PlayerCharacter._player Field

Player controlling this character.

[Visual Basic]
Protected _player As Player
[C#]
protected Player _player;
[C++]
protected: Player* _player;
[JScript]
protected var _player: Player;

See Also

PlayerCharacter Class | croemud.character Namespace