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
DefaultFormat.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200013D RID: 317
6 public enum DefaultFormat
7 {
8 // Token: 0x04000574 RID: 1396
9 LDR,
10 // Token: 0x04000575 RID: 1397
11 HDR,
12 // Token: 0x04000576 RID: 1398
14 // Token: 0x04000577 RID: 1399
15 Shadow,
16 // Token: 0x04000578 RID: 1400
17 Video
18 }
19}