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
ISite.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200033C RID: 828
6 public interface ISite : IServiceProvider
7 {
8 // Token: 0x170004EB RID: 1259
9 // (get) Token: 0x0600159A RID: 5530
11
12 // Token: 0x170004EC RID: 1260
13 // (get) Token: 0x0600159B RID: 5531
15
16 // Token: 0x170004ED RID: 1261
17 // (get) Token: 0x0600159C RID: 5532
18 bool DesignMode { get; }
19
20 // Token: 0x170004EE RID: 1262
21 // (get) Token: 0x0600159D RID: 5533
22 // (set) Token: 0x0600159E RID: 5534
23 string Name { get; set; }
24 }
25}