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
Start 
Prolog 
Element 
Attribute 
Content 
Closed 
Error 

Definition at line 7 of file WriteState.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x400025D")]
10 Start,
11 [global::Cpp2ILInjected.Token(Token = "0x400025E")]
12 Prolog,
13 [global::Cpp2ILInjected.Token(Token = "0x400025F")]
14 Element,
15 [global::Cpp2ILInjected.Token(Token = "0x4000260")]
17 [global::Cpp2ILInjected.Token(Token = "0x4000261")]
18 Content,
19 [global::Cpp2ILInjected.Token(Token = "0x4000262")]
20 Closed,
21 [global::Cpp2ILInjected.Token(Token = "0x4000263")]
22 Error
23 }