terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
NetPacket (ushort id, int size) | |
void | Recycle () |
void | ShrinkToFit () |
Public Attributes | |
readonly ushort | Id |
readonly CachedBuffer | Buffer |
Properties | |
int | Length [get, set, private set] |
BinaryWriter | Writer [get, set] |
BinaryReader | Reader [get, set] |
Private Attributes | |
int< Length > | k__BackingField |
Static Private Attributes | |
const int | HEADER_SIZE = 5 |
Definition at line 21 of file NetPacket.cs.