Cronous Emulation Server Daemon

ClientConnection._current_packet Field

The current incoming packet.

[Visual Basic]
Protected _current_packet As Packet
[C#]
protected Packet _current_packet;
[C++]
protected: Packet* _current_packet;
[JScript]
protected var _current_packet: Packet;

See Also

ClientConnection Class | croemud.connection Namespace