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

◆ DrawFront()

static void Terraria.GameContent.Events.ScreenDarkness.DrawFront ( SpriteBatch spriteBatch)
inlinestatic

Definition at line 29 of file ScreenDarkness.cs.

30 {
31 if (!true)
32 {
33 }
34 int screenWidth = Main.screenWidth;
35 int screenHeight = Main.screenHeight;
36 }

References Terraria.Main.screenHeight, and Terraria.Main.screenWidth.