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
TraceLevel.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Diagnostics
4{
5 // Token: 0x020000D0 RID: 208
6 public enum TraceLevel
7 {
8 // Token: 0x040003AC RID: 940
9 Off,
10 // Token: 0x040003AD RID: 941
11 Error,
12 // Token: 0x040003AE RID: 942
13 Warning,
14 // Token: 0x040003AF RID: 943
15 Info,
16 // Token: 0x040003B0 RID: 944
18 }
19}