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
PaintCoatingID.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.ID
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20005F9")]
7 public static class PaintCoatingID
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4006FF0")]
10 public const byte None = 0;
11
12 [global::Cpp2ILInjected.Token(Token = "0x4006FF1")]
13 public const byte Glow = 1;
14
15 [global::Cpp2ILInjected.Token(Token = "0x4006FF2")]
16 public const byte Echo = 2;
17 }
18}