From 46c7def061f06f21d7e224be22c63172dd3c4d45 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 28 Apr 2024 20:56:06 -0500 Subject: [PATCH] Update PlayerListResponse.cs --- ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs b/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs index 1acbadb84..55470d4a4 100644 --- a/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs +++ b/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs @@ -9,5 +9,5 @@ public class PlayerListObject { public required string Username { get; set; } public required string Game { get; set; } - public required string Platform { get; set; } -} \ No newline at end of file + public required string Platform { get; set; } +}