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
IReferenceService.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000411 RID: 1041
6 public interface IReferenceService
7 {
8 // Token: 0x06001C0F RID: 7183
9 object GetReference(string name);
10
11 // Token: 0x06001C10 RID: 7184
12 string GetName(object reference);
13
14 // Token: 0x06001C11 RID: 7185
15 object[] GetReferences(Type baseType);
16 }
17}
class f__AnonymousType0<< Count > j__TPar