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