Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ForegroundColor
ConsoleColor
System.Console.ForegroundColor
static
get
set
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
}
System.ExceptionArgument.value
@ value
System
Console
Generated by
1.10.0