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
TileChangeType.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005D9 RID: 1497
6 public enum TileChangeType : byte
7 {
8 // Token: 0x04006445 RID: 25669
9 None,
10 // Token: 0x04006446 RID: 25670
12 // Token: 0x04006447 RID: 25671
14 // Token: 0x04006448 RID: 25672
16 // Token: 0x04006449 RID: 25673
18 // Token: 0x0400644A RID: 25674
20 // Token: 0x0400644B RID: 25675
22 }
23}