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 | |
byte[] | GetBytes () |
Protected Member Functions | |
MessageBase (int messageType) | |
byte[] | PrepareMessage (int messageSize) |
virtual void | Decode (byte[] message) |
bool | CheckHeader (byte[] message) |
Properties | |
NtlmFlags | Flags [get, set] |
int | Type [get, set] |
Static Private Member Functions | |
static | MessageBase () |
Private Attributes | |
int | _type |
NtlmFlags | _flags |
Static Private Attributes | |
static byte[] | header |
Definition at line 9 of file MessageBase.cs.