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
IInternalMessage.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003AA RID: 938
6 internal interface IInternalMessage
7 {
8 // Token: 0x170003B6 RID: 950
9 // (get) Token: 0x06001E0B RID: 7691
10 // (set) Token: 0x06001E0C RID: 7692
12
13 // Token: 0x170003B7 RID: 951
14 // (get) Token: 0x06001E0D RID: 7693
15 // (set) Token: 0x06001E0E RID: 7694
16 string Uri { get; set; }
17 }
18}