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
InfoBoxType.cs
Go to the documentation of this file.
1using System;
2
3namespace NaughtyAttributes
4{
5 // Token: 0x0200001C RID: 28
6 public enum InfoBoxType
7 {
8 // Token: 0x04000029 RID: 41
9 Normal,
10 // Token: 0x0400002A RID: 42
11 Warning,
12 // Token: 0x0400002B RID: 43
13 Error
14 }
15}