Skip to content

Commit

Permalink
Update PlayerListResponse.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Slendy authored Apr 29, 2024
1 parent 473b422 commit 46c7def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
public required string Platform { get; set; }
}

0 comments on commit 46c7def

Please sign in to comment.