1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 21:21:08 +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
Unverified
parent 00e3af3366
commit d7fe3584cd
+1
View File
@@ -101,6 +101,7 @@ namespace osu.Game.Beatmaps
public double TimelineZoom { get; set; }
[Ignored]
public CountdownType Countdown { get; set; } = CountdownType.Normal;
/// <summary>