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

◆ AnchorType

Enumerator
Entity 
Tile 
Pos 
None 

Definition at line 124 of file WorldUIAnchor.cs.

125 {
126 // Token: 0x040087C5 RID: 34757
127 Entity,
128 // Token: 0x040087C6 RID: 34758
129 Tile,
130 // Token: 0x040087C7 RID: 34759
131 Pos,
132 // Token: 0x040087C8 RID: 34760
133 None
134 }