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

◆ ChatColor()

Color Terraria.Player.ChatColor ( )
inline

Definition at line 32958 of file Player.cs.

32959 {
32960 return difficulty switch
32961 {
32962 1 => Main.mcColor,
32963 2 => Main.hcColor,
32964 _ => Color.White,
32965 };
32966 }

References Terraria.Main.hcColor, Terraria.Main.mcColor, and Microsoft.Xna.Framework.Color.White.