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
PropertyTabScope.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200036E RID: 878
6 public enum PropertyTabScope
7 {
8 // Token: 0x0400120C RID: 4620
9 Static,
10 // Token: 0x0400120D RID: 4621
11 Global,
12 // Token: 0x0400120E RID: 4622
14 // Token: 0x0400120F RID: 4623
16 }
17}