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
FileAccess.cs
Go to the documentation of this file.
1using System;
2
3namespace System.IO
4{
5 // Token: 0x02000532 RID: 1330
6 [Flags]
7 public enum FileAccess
8 {
9 // Token: 0x04001566 RID: 5478
10 Read = 1,
11 // Token: 0x04001567 RID: 5479
12 Write = 2,
13 // Token: 0x04001568 RID: 5480
14 ReadWrite = 3
15 }
16}