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
MonoFileType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.IO
4{
5 // Token: 0x02000569 RID: 1385
6 internal enum MonoFileType
7 {
8 // Token: 0x04001652 RID: 5714
10 // Token: 0x04001653 RID: 5715
11 Disk,
12 // Token: 0x04001654 RID: 5716
13 Char,
14 // Token: 0x04001655 RID: 5717
15 Pipe,
16 // Token: 0x04001656 RID: 5718
17 Remote = 32768
18 }
19}