mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 18:18:39 +00:00
Fix UpdatePlayersInRoom type
This commit is contained in:
parent
1c8e2ee007
commit
b6d772bcd6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Match
|
|||
[SuppressMessage("ReSharper", "CollectionNeverUpdated.Global")]
|
||||
public class UpdatePlayersInRoom : IMatchData
|
||||
{
|
||||
public List<string> Players;
|
||||
public List<string> Reservations;
|
||||
public List<string> Players { get; set; }
|
||||
public List<string> Reservations { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue