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

◆ WindowLeft

int System.Console.WindowLeft
staticgetset

Definition at line 321 of file Console.cs.

322 {
323 get
324 {
325 return ConsolePal.WindowLeft;
326 }
327 [SupportedOSPlatform("windows")]
328 set
329 {
330 ConsolePal.WindowLeft = value;
331 }
332 }