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
TraceLevel.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Diagnostics
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20000D0")]
7 public enum TraceLevel
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40003AC")]
10 Off,
11 [global::Cpp2ILInjected.Token(Token = "0x40003AD")]
12 Error,
13 [global::Cpp2ILInjected.Token(Token = "0x40003AE")]
14 Warning,
15 [global::Cpp2ILInjected.Token(Token = "0x40003AF")]
16 Info,
17 [global::Cpp2ILInjected.Token(Token = "0x40003B0")]
19 }
20}