mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add missing type specification
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private bool isClickable;
|
||||
|
||||
public BindableBool IsSkippable = new()!;
|
||||
public BindableBool IsSkippable = new BindableBool()!;
|
||||
|
||||
[Resolved]
|
||||
private GameplayClock gameplayClock { get; set; }
|
||||
|
Reference in New Issue
Block a user