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
TileScanGroup.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Enums
4{
5 // Token: 0x02000614 RID: 1556
6 public enum TileScanGroup
7 {
8 // Token: 0x0400766F RID: 30319
9 None,
10 // Token: 0x04007670 RID: 30320
12 // Token: 0x04007671 RID: 30321
13 Crimson,
14 // Token: 0x04007672 RID: 30322
15 Hallow,
16 // Token: 0x04007673 RID: 30323
18 }
19}