terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteState

Enumerator
Error 
Closed 
Object 
Array 
Constructor 
Property 
Start 

Definition at line 8 of file WriteState.cs.

9 {
10 // Token: 0x0400014A RID: 330
11 Error,
12 // Token: 0x0400014B RID: 331
13 Closed,
14 // Token: 0x0400014C RID: 332
15 Object,
16 // Token: 0x0400014D RID: 333
17 Array,
18 // Token: 0x0400014E RID: 334
20 // Token: 0x0400014F RID: 335
22 // Token: 0x04000150 RID: 336
23 Start
24 }