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
LogType.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000031 RID: 49
6 public enum LogType
7 {
8 // Token: 0x040000AD RID: 173
9 Error,
10 // Token: 0x040000AE RID: 174
11 Assert,
12 // Token: 0x040000AF RID: 175
13 Warning,
14 // Token: 0x040000B0 RID: 176
15 Log,
16 // Token: 0x040000B1 RID: 177
18 }
19}