mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Add MaxCombo to BeatmapInfo
This commit is contained in:
parent
02f3e78b14
commit
62227ad856
@ -51,6 +51,9 @@ namespace osu.Game.Beatmaps
|
||||
[NotMapped]
|
||||
public BeatmapOnlineInfo OnlineInfo { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public int? MaxCombo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The playable length in milliseconds of this beatmap.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user