terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TileChangeType.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.ID
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20005D9")]
7 public enum TileChangeType : byte
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4006445")]
10 None,
11 [global::Cpp2ILInjected.Token(Token = "0x4006446")]
13 [global::Cpp2ILInjected.Token(Token = "0x4006447")]
15 [global::Cpp2ILInjected.Token(Token = "0x4006448")]
17 [global::Cpp2ILInjected.Token(Token = "0x4006449")]
19 [global::Cpp2ILInjected.Token(Token = "0x400644A")]
21 [global::Cpp2ILInjected.Token(Token = "0x400644B")]
23 }
24}