terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
FileAccess.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000532")]
8 public enum FileAccess
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4001566")]
11 Read = 1,
12 [global::Cpp2ILInjected.Token(Token = "0x4001567")]
13 Write = 2,
14 [global::Cpp2ILInjected.Token(Token = "0x4001568")]
15 ReadWrite = 3
16 }
17}