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
DefaultFormat.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200013D")]
7 public enum DefaultFormat
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000574")]
10 LDR,
11 [global::Cpp2ILInjected.Token(Token = "0x4000575")]
12 HDR,
13 [global::Cpp2ILInjected.Token(Token = "0x4000576")]
15 [global::Cpp2ILInjected.Token(Token = "0x4000577")]
16 Shadow,
17 [global::Cpp2ILInjected.Token(Token = "0x4000578")]
18 Video
19 }
20}