1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 04:52:57 +08:00

Don't persist Countdown to realm for now

It's another enum which is a pain to handle, and not actually being
consumed anywhere.
This commit is contained in:
Dean Herbert 2021-12-14 21:00:19 +09:00
parent 00e3af3366
commit d7fe3584cd

View File

@ -101,6 +101,7 @@ namespace osu.Game.Beatmaps
public double TimelineZoom { get; set; }
[Ignored]
public CountdownType Countdown { get; set; } = CountdownType.Normal;
/// <summary>