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
ConstructionLevelActivator.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000386 RID: 902
10 {
11 // Token: 0x17000379 RID: 889
12 // (get) Token: 0x06001D5A RID: 7514 RVA: 0x0004026C File Offset: 0x0003E46C
14 {
15 get
16 {
17 }
18 }
19
20 // Token: 0x06001D5B RID: 7515 RVA: 0x0004027C File Offset: 0x0003E47C
22 {
23 IMessageSink serverContextSinkChain = Thread.CurrentContext.GetServerContextSinkChain();
25 {
26 }
27 throw new InvalidCastException();
28 }
29
30 // Token: 0x06001D5C RID: 7516 RVA: 0x000402A4 File Offset: 0x0003E4A4
32 {
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
IConstructionReturnMessage Activate(IConstructionCallMessage msg)
static Context CurrentContext
Definition Thread.cs:360