Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
NetPacket (ushort id, int size) | |
void | Recycle () |
void | ShrinkToFit () |
Public Attributes | |
readonly ushort | Id |
readonly CachedBuffer | Buffer |
Properties | |
int | Length [get, private set] |
BinaryWriter | Writer [get] |
BinaryReader | Reader [get] |
Static Private Attributes | |
const int | HEADER_SIZE = 5 |
Definition at line 6 of file NetPacket.cs.