mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 07:07:18 +09:00
Add signalr messagepack key attribute
This commit is contained in:
parent
c73a05d0b5
commit
fabb0eeb29
@ -22,6 +22,7 @@ namespace osu.Game.Online.Rooms
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The beatmap's downloading progress, null when not in <see cref="DownloadState.Downloading"/> state.
|
/// The beatmap's downloading progress, null when not in <see cref="DownloadState.Downloading"/> state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Key(1)]
|
||||||
public readonly float? DownloadProgress;
|
public readonly float? DownloadProgress;
|
||||||
|
|
||||||
[JsonConstructor]
|
[JsonConstructor]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user