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
IConfigKeyHolder.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000670 RID: 1648
6 public interface IConfigKeyHolder
7 {
8 // Token: 0x170006A7 RID: 1703
9 // (get) Token: 0x06003720 RID: 14112
10 string NameKey { get; }
11
12 // Token: 0x170006A8 RID: 1704
13 // (get) Token: 0x06003721 RID: 14113
14 string ConfigKey { get; }
15 }
16}