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.cs
Go to the documentation of this file.
1using System;
2
3namespace System.IO
4{
5 // Token: 0x02000534 RID: 1332
6 public enum FileMode
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 }
21}