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

◆ ForegroundColor

ConsoleColor System.Console.ForegroundColor
staticgetset

Definition at line 275 of file Console.cs.

276 {
277 get
278 {
279 return ConsolePal.ForegroundColor;
280 }
281 set
282 {
283 ConsolePal.ForegroundColor = value;
284 }
285 }