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

◆ WriteState

Enumerator
Error 
Closed 
Object 
Array 
Constructor 
Property 
Start 

Definition at line 9 of file WriteState.cs.

10 {
11 [global::Cpp2ILInjected.Token(Token = "0x400014A")]
12 Error,
13 [global::Cpp2ILInjected.Token(Token = "0x400014B")]
14 Closed,
15 [global::Cpp2ILInjected.Token(Token = "0x400014C")]
16 Object,
17 [global::Cpp2ILInjected.Token(Token = "0x400014D")]
18 Array,
19 [global::Cpp2ILInjected.Token(Token = "0x400014E")]
21 [global::Cpp2ILInjected.Token(Token = "0x400014F")]
23 [global::Cpp2ILInjected.Token(Token = "0x4000150")]
24 Start
25 }