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:
parent
00e3af3366
commit
d7fe3584cd
@ -101,6 +101,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public double TimelineZoom { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user