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 | |
BitStack () | |
void | PushBit (bool bit) |
bool | PopBit () |
bool | PeekBit () |
Private Member Functions | |
void | PushCurr () |
void | PopCurr () |
Private Attributes | |
uint[] | bitStack |
int | stackPos |
uint | curr |
Definition at line 8 of file BitStack.cs.