mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix using private constructor on MessagePack object
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user