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

◆ FileMode

Enumerator
CreateNew 
Create 
Open 
OpenOrCreate 
Truncate 
Append 

Definition at line 6 of file FileMode.cs.

7 {
8 // Token: 0x0400156C RID: 5484
9 CreateNew = 1,
10 // Token: 0x0400156D RID: 5485
11 Create,
12 // Token: 0x0400156E RID: 5486
13 Open,
14 // Token: 0x0400156F RID: 5487
16 // Token: 0x04001570 RID: 5488
18 // Token: 0x04001571 RID: 5489
19 Append
20 }