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

◆ ReadState

Enumerator
Initial 
Interactive 
Error 
EndOfFile 
Closed 

Definition at line 7 of file ReadState.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x400006E")]
10 Initial,
11 [global::Cpp2ILInjected.Token(Token = "0x400006F")]
13 [global::Cpp2ILInjected.Token(Token = "0x4000070")]
14 Error,
15 [global::Cpp2ILInjected.Token(Token = "0x4000071")]
17 [global::Cpp2ILInjected.Token(Token = "0x4000072")]
18 Closed
19 }