From 0bba89a7858ce091f485e04284f853e1f7f304af Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 6 Aug 2023 17:21:45 +0100 Subject: Reformat --- code/pawn/Player.Character.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'code/pawn/Player.Character.cs') 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() { -- cgit v1.2.3-70-g09d2