mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +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; }
|
public double TimelineZoom { get; set; }
|
||||||
|
|
||||||
|
[Ignored]
|
||||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user