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

◆ Place2x2()

static void Terraria.WorldGen.Place2x2 ( int x,
int y,
ushort type,
int style )
inlinestatic

Definition at line 10421 of file WorldGen.cs.

10422 {
10423 if (!true)
10424 {
10425 }
10426 bool flag = WorldGen.CanPlaceSink(x, y, type, style);
10427 }

References Terraria.WorldGen.CanPlaceSink().