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;
ClientConnection Class | croemud.connection Namespace