aboutsummaryrefslogtreecommitdiffstats
path: root/code/pawn/Player.Character.cs
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-06 17:21:45 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-06 17:21:45 +0100
commit0bba89a7858ce091f485e04284f853e1f7f304af (patch)
tree89ba42616e0f245cc84c96cc5b353eea117057d0 /code/pawn/Player.Character.cs
parent87d74b50bf443bf199be05bd03afdca6ece082ff (diff)
ReformatHEADmaster
Diffstat (limited to 'code/pawn/Player.Character.cs')
-rw-r--r--code/pawn/Player.Character.cs9
1 files changed, 2 insertions, 7 deletions
diff --git a/code/pawn/Player.Character.cs b/code/pawn/Player.Character.cs
index 579107a..0297014 100644
--- a/code/pawn/Player.Character.cs
+++ b/code/pawn/Player.Character.cs
@@ -9,13 +9,8 @@ public partial class Player
[Net] public string CharacterName { get; set; }
[Net] public Color Color { get; set; } = Color.White;
-
- public string HexColor {
- get
- {
- return Color.Hex;
- }
- }
+
+ public string HexColor => Color.Hex;
public string GetTeamName()
{