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
Loading...
Searching...
No Matches

◆ Allocator

Enumerator
Invalid 
None 
Temp 
TempJob 
Persistent 
AudioKernel 

Definition at line 9 of file Allocator.cs.

10 {
11 [global::Cpp2ILInjected.Token(Token = "0x4000042")]
12 Invalid,
13 [global::Cpp2ILInjected.Token(Token = "0x4000043")]
14 None,
15 [global::Cpp2ILInjected.Token(Token = "0x4000044")]
16 Temp,
17 [global::Cpp2ILInjected.Token(Token = "0x4000045")]
18 TempJob,
19 [global::Cpp2ILInjected.Token(Token = "0x4000046")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000047")]
23 }