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
EventLevel.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020005D7 RID: 1495
6 public enum EventLevel
7 {
8 // Token: 0x04001976 RID: 6518
10 // Token: 0x04001977 RID: 6519
12 // Token: 0x04001978 RID: 6520
13 Error,
14 // Token: 0x04001979 RID: 6521
15 Warning,
16 // Token: 0x0400197A RID: 6522
18 // Token: 0x0400197B RID: 6523
20 }
21}