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

◆ ChatColor()

Color Terraria.Player.ChatColor ( )
inline

Definition at line 33414 of file Player.cs.

33415 {
33416 //IL_0011: Unknown result type (might be due to invalid IL or missing references)
33417 //IL_0017: Unknown result type (might be due to invalid IL or missing references)
33418 //IL_001d: Unknown result type (might be due to invalid IL or missing references)
33419 return (Color)(difficulty switch
33420 {
33421 1 => Main.mcColor,
33422 2 => Main.hcColor,
33423 _ => Color.White,
33424 });
33425 }

References Terraria.Player.difficulty, Terraria.Main.hcColor, and Terraria.Main.mcColor.