mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Add BeatmapInfo.LastEditTime
property
This commit is contained in:
parent
812def124f
commit
659fb80c16
@ -171,6 +171,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public double TimelineZoom { get; set; } = 1.0;
|
||||
|
||||
public double? LastEditTime { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user