mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:03:22 +08:00
Fix using private constructor on MessagePack object
This commit is contained in:
parent
50d57a3931
commit
62d0036c81
@ -26,7 +26,7 @@ namespace osu.Game.Online.Rooms
|
||||
public readonly float? DownloadProgress;
|
||||
|
||||
[JsonConstructor]
|
||||
private BeatmapAvailability(DownloadState state, float? downloadProgress = null)
|
||||
public BeatmapAvailability(DownloadState state, float? downloadProgress = null)
|
||||
{
|
||||
State = state;
|
||||
DownloadProgress = downloadProgress;
|
||||
|
Loading…
Reference in New Issue
Block a user