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
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public BeatmapInfo()
public double TimelineZoom { get; set; }
[Ignored]
public CountdownType Countdown { get; set; } = CountdownType.Normal;
/// <summary>