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
LightType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200012A RID: 298
6 public enum LightType : byte
7 {
8 // Token: 0x040004FA RID: 1274
10 // Token: 0x040004FB RID: 1275
11 Point,
12 // Token: 0x040004FC RID: 1276
13 Spot,
14 // Token: 0x040004FD RID: 1277
16 // Token: 0x040004FE RID: 1278
17 Disc,
18 // Token: 0x040004FF RID: 1279
20 // Token: 0x04000500 RID: 1280
22 }
23}