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
OverlayMode.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000787 RID: 1927
6 public enum OverlayMode
7 {
8 // Token: 0x04007D88 RID: 32136
9 FadeIn,
10 // Token: 0x04007D89 RID: 32137
11 Active,
12 // Token: 0x04007D8A RID: 32138
13 FadeOut,
14 // Token: 0x04007D8B RID: 32139
16 }
17}