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
IColorable.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000ABC RID: 2748
7 public interface IColorable
8 {
9 // Token: 0x170008C6 RID: 2246
10 // (get) Token: 0x060050F4 RID: 20724
11 // (set) Token: 0x060050F5 RID: 20725
12 Color Color { get; set; }
13 }
14}