Cronous Emulation Server Daemon

PacketHandler._c Field

The current client being processed.

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

See Also

PacketHandler Class | croemud.game Namespace