Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawInterface_22_DresserWindow()

void Terraria.Main.DrawInterface_22_DresserWindow ( )
inlineprivate

Definition at line 42525 of file Main.cs.

42526 {
42527 if (clothesWindow)
42528 {
42530 }
42531 }
void DrawClothesWindow()
Definition Main.cs:41191
static bool clothesWindow
Definition Main.cs:702

References Terraria.Main.clothesWindow, and Terraria.Main.DrawClothesWindow().

Referenced by Terraria.Main.SetupDrawInterfaceLayers().