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

Add BeatmapInfo.LastEditTime property

This commit is contained in:
timiimit 2023-05-31 19:06:41 +02:00
parent 812def124f
commit 659fb80c16

View File

@ -171,6 +171,8 @@ namespace osu.Game.Beatmaps
public double TimelineZoom { get; set; } = 1.0; public double TimelineZoom { get; set; } = 1.0;
public double? LastEditTime { get; set; }
[Ignored] [Ignored]
public CountdownType Countdown { get; set; } = CountdownType.Normal; public CountdownType Countdown { get; set; } = CountdownType.Normal;