terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ISite.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200033C")]
7 public interface ISite : IServiceProvider
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x170004EB")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600159A")]
13 get;
14 }
15
16 [global::Cpp2ILInjected.Token(Token = "0x170004EC")]
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x600159B")]
20 get;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170004ED")]
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x600159C")]
27 get;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x170004EE")]
31 string Name
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x600159D")]
34 get;
35 [global::Cpp2ILInjected.Token(Token = "0x600159E")]
36 set;
37 }
38 }
39}