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

◆ SetWindowSize()

static void System.Console.SetWindowSize ( int width,
int height )
inlinestatic

Definition at line 558 of file Console.cs.

559 {
560 ConsolePal.SetWindowSize(width, height);
561 }

References System.ConsolePal.SetWindowSize().