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

◆ PaintTheClouds()

static void Terraria.WorldGen.PaintTheClouds ( byte tilePaintColor,
byte wallPaintColor )
inlinestaticprivate

Definition at line 2922 of file WorldGen.cs.

2923 {
2924 int num = 1;
2925 if (num == 0)
2926 {
2927 }
2928 if (num == 0)
2929 {
2930 }
2931 Tile tile;
2932 bool flag = tile.active();
2933 }

References Terraria.Tile.active().

Referenced by Terraria.WorldGen.FinishTenthAnniversaryWorld().