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

◆ ActuallyPlaceBoulderTrap()

void Terraria.GameContent.Biomes.DeadMansChestBiome.ActuallyPlaceBoulderTrap ( Point position,
int yPush,
int requiredHeight,
int bestType )
inlineprivate

Definition at line 310 of file DeadMansChestBiome.cs.

311 {
312 if (65533 == 0)
313 {
314 }
315 Tile tile;
316 tile.ClearTile();
317 }

References Terraria.Tile.ClearTile().