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
FileMode.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000534")]
7 public enum FileMode
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x400156C")]
10 CreateNew = 1,
11 [global::Cpp2ILInjected.Token(Token = "0x400156D")]
12 Create,
13 [global::Cpp2ILInjected.Token(Token = "0x400156E")]
14 Open,
15 [global::Cpp2ILInjected.Token(Token = "0x400156F")]
17 [global::Cpp2ILInjected.Token(Token = "0x4001570")]
19 [global::Cpp2ILInjected.Token(Token = "0x4001571")]
20 Append
21 }
22}