Cronous Emulation Server Daemon

Client._state Field

Client state.

[Visual Basic]
Protected _state As ClientState
[C#]
protected ClientState _state;
[C++]
protected: ClientState _state;
[JScript]
protected var _state: ClientState;

See Also

Client Class | croemud.game Namespace