mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09: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:
@ -101,6 +101,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public double TimelineZoom { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user