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
IManuallyOrderedUIElement.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000AA5 RID: 2725
6 public interface IManuallyOrderedUIElement
7 {
8 // Token: 0x170008BD RID: 2237
9 // (get) Token: 0x06005051 RID: 20561
10 // (set) Token: 0x06005052 RID: 20562
11 int OrderInUIList { get; set; }
12 }
13}