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()

Terraria.Modules.LiquidDeathModule.LiquidDeathModule ( [Optional] LiquidDeathModule copyFrom)
inline

Definition at line 10 of file LiquidDeathModule.cs.

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 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.