mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Rename RoomScore -> MultiplayerScore
This commit is contained in:
@ -24,6 +24,6 @@ namespace osu.Game.Online.Multiplayer
|
||||
public class RoomPlaylistScores
|
||||
{
|
||||
[JsonProperty("scores")]
|
||||
public List<RoomScore> Scores { get; set; }
|
||||
public List<MultiplayerScore> Scores { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user