Cronous Emulation Server Daemon

Packet._size Field

Size of the packet.

[Visual Basic]
Protected _size As Integer
[C#]
protected int _size;
[C++]
protected: int _size;
[JScript]
protected var _size: int;

See Also

Packet Class | croemud.packet Namespace