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
LightMode.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200077B RID: 1915
6 public enum LightMode
7 {
8 // Token: 0x04007D67 RID: 32103
9 White,
10 // Token: 0x04007D68 RID: 32104
11 Retro,
12 // Token: 0x04007D69 RID: 32105
13 Trippy,
14 // Token: 0x04007D6A RID: 32106
15 Color
16 }
17}