diff --git a/ProjectLighthouse/Types/Match/UpdatePlayersInRoom.cs b/ProjectLighthouse/Types/Match/UpdatePlayersInRoom.cs index a9f6e1f3..3d54cd21 100644 --- a/ProjectLighthouse/Types/Match/UpdatePlayersInRoom.cs +++ b/ProjectLighthouse/Types/Match/UpdatePlayersInRoom.cs @@ -6,7 +6,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Match [SuppressMessage("ReSharper", "CollectionNeverUpdated.Global")] public class UpdatePlayersInRoom : IMatchData { - public List Players; - public List Reservations; + public List Players { get; set; } + public List Reservations { get; set; } } } \ No newline at end of file