mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Turn on warnings, resolve issues
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
[Cached]
|
||||
[Cached(Type = typeof(IBindable<IReadOnlyList<Mod>>))]
|
||||
protected readonly Bindable<IReadOnlyList<Mod>> Mods = new Bindable<IReadOnlyList<Mod>>(Array.Empty<Mod>());
|
||||
protected new readonly Bindable<IReadOnlyList<Mod>> Mods = new Bindable<IReadOnlyList<Mod>>(Array.Empty<Mod>());
|
||||
|
||||
private readonly bool allowPause;
|
||||
private readonly bool showResults;
|
||||
|
Reference in New Issue
Block a user