1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Add signalr messagepack key attribute

This commit is contained in:
Dean Herbert 2021-02-01 17:27:14 +09:00
parent c73a05d0b5
commit fabb0eeb29

View File

@ -22,6 +22,7 @@ namespace osu.Game.Online.Rooms
/// <summary>
/// The beatmap's downloading progress, null when not in <see cref="DownloadState.Downloading"/> state.
/// </summary>
[Key(1)]
public readonly float? DownloadProgress;
[JsonConstructor]