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
RenderLayers.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200078A RID: 1930
6 public enum RenderLayers
7 {
8 // Token: 0x04007D92 RID: 32146
9 Sky,
10 // Token: 0x04007D93 RID: 32147
12 // Token: 0x04007D94 RID: 32148
14 // Token: 0x04007D95 RID: 32149
16 // Token: 0x04007D96 RID: 32150
18 // Token: 0x04007D97 RID: 32151
19 Walls,
20 // Token: 0x04007D98 RID: 32152
22 // Token: 0x04007D99 RID: 32153
24 // Token: 0x04007D9A RID: 32154
26 // Token: 0x04007D9B RID: 32155
27 All
28 }
29}