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

◆ ToFlow()

GraniteBiome.Magma Terraria.GameContent.Biomes.GraniteBiome.Magma.ToFlow ( )
inline

Definition at line 235 of file GraniteBiome.cs.

236 {
237 double pressure = this.Pressure;
238 double resistance = this.Resistance;
241 magma.IsActive = true;
242 magma.Pressure = pressure;
243 return magma;
244 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.GameContent.Biomes.GraniteBiome.Magma.Pressure, and Terraria.GameContent.Biomes.GraniteBiome.Magma.Resistance.