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: 0x0200012B RID: 299
6 public enum LightMode : byte
7 {
8 // Token: 0x04000502 RID: 1282
10 // Token: 0x04000503 RID: 1283
11 Mixed,
12 // Token: 0x04000504 RID: 1284
13 Baked,
14 // Token: 0x04000505 RID: 1285
16 }
17}