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

◆ FileShare

Enumerator
None 
Read 
Write 
ReadWrite 
Delete 
Inheritable 

Definition at line 8 of file FileShare.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x400157D")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x400157E")]
13 Read = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x400157F")]
15 Write = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x4001580")]
17 ReadWrite = 3,
18 [global::Cpp2ILInjected.Token(Token = "0x4001581")]
19 Delete = 4,
20 [global::Cpp2ILInjected.Token(Token = "0x4001582")]
21 Inheritable = 16
22 }