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
OpenFlags.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000F6 RID: 246
6 [Flags]
7 public enum OpenFlags
8 {
9 // Token: 0x04000475 RID: 1141
10 ReadOnly = 0,
11 // Token: 0x04000476 RID: 1142
12 ReadWrite = 1,
13 // Token: 0x04000477 RID: 1143
14 MaxAllowed = 2,
15 // Token: 0x04000478 RID: 1144
17 // Token: 0x04000479 RID: 1145
19 }
20}