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
LightMaskMode.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200077A RID: 1914
6 public enum LightMaskMode : byte
7 {
8 // Token: 0x04007D62 RID: 32098
9 None,
10 // Token: 0x04007D63 RID: 32099
11 Solid,
12 // Token: 0x04007D64 RID: 32100
13 Water,
14 // Token: 0x04007D65 RID: 32101
15 Honey
16 }
17}