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
LiquidDeathModule.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.Modules
5{
6 // Token: 0x02000548 RID: 1352
7 public class LiquidDeathModule
8 {
9 // Token: 0x060032EB RID: 13035 RVA: 0x001FDF9C File Offset: 0x001FC19C
11 {
12 if (copyFrom != null)
13 {
14 bool flag = copyFrom.water;
15 bool flag2 = copyFrom.lava;
16 return;
17 }
18 long num = 0L;
19 long num2 = 0L;
20 this.water = num != 0L;
21 this.lava = num2 != 0L;
22 }
23
24 // Token: 0x04003BE0 RID: 15328
25 public bool water;
26
27 // Token: 0x04003BE1 RID: 15329
28 public bool lava;
29 }
30}
class f__AnonymousType0<< Count > j__TPar
LiquidDeathModule([Optional] LiquidDeathModule copyFrom)