Cronous Emulation Server Daemon

Player._client Field

Client.

[Visual Basic]
Protected _client As Client
[C#]
protected Client _client;
[C++]
protected: Client* _client;
[JScript]
protected var _client: Client;

See Also

Player Class | croemud.game Namespace