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
IConstructionCallMessage.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000389")]
11 public interface IConstructionCallMessage : global::System.Runtime.Remoting.Messaging.IMessage, global::System.Runtime.Remoting.Messaging.IMethodCallMessage, global::System.Runtime.Remoting.Messaging.IMethodMessage
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x1700037C")]
14 global::System.Type ActivationType
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6001D62")]
17 get;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x1700037D")]
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x6001D63")]
24 get;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x1700037E")]
29 {
30 [global::Cpp2ILInjected.Token(Token = "0x6001D64")]
31 get;
32 [global::Cpp2ILInjected.Token(Token = "0x6001D65")]
33 set;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x1700037F")]
38 {
39 [global::Cpp2ILInjected.Token(Token = "0x6001D66")]
40 get;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x17000380")]
44 global::System.Collections.IList ContextProperties
45 {
46 [global::Cpp2ILInjected.Token(Token = "0x6001D67")]
47 get;
48 }
49 }
50}