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
FileType.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.IO
4{
5 // Token: 0x0200055F RID: 1375
6 public enum FileType : byte
7 {
8 // Token: 0x04003C3C RID: 15420
9 None,
10 // Token: 0x04003C3D RID: 15421
11 Map,
12 // Token: 0x04003C3E RID: 15422
13 World,
14 // Token: 0x04003C3F RID: 15423
15 Player
16 }
17}