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
AnchorDataModule.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000546 RID: 1350
8 public class AnchorDataModule
9 {
10 // Token: 0x060032E9 RID: 13033 RVA: 0x001FDE90 File Offset: 0x001FC090
12 {
13 if (copyFrom != null)
14 {
15 int checkStart = copyFrom.top.checkStart;
17 this.top.checkStart = checkStart;
19 int checkStart2 = copyFrom.bottom.checkStart;
21 int checkStart3 = copyFrom.left.checkStart;
27 bool flag = copyFrom.wall;
28 return;
29 }
30 long num = 0L;
31 this.wall = num != 0L;
32 }
33
34 // Token: 0x04003BD7 RID: 15319
36
37 // Token: 0x04003BD8 RID: 15320
39
40 // Token: 0x04003BD9 RID: 15321
42
43 // Token: 0x04003BDA RID: 15322
45
46 // Token: 0x04003BDB RID: 15323
47 public bool wall;
48 }
49}
class f__AnonymousType0<< Count > j__TPar
AnchorDataModule([Optional] AnchorDataModule copyFrom)