mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:34:09 +08:00
Add support for failing.
This commit is contained in:
parent
70271fee35
commit
8c7bb4990c
@ -35,6 +35,8 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
internal override bool ShowOverlays => false;
|
internal override bool ShowOverlays => false;
|
||||||
|
|
||||||
|
protected bool CanFail => true;
|
||||||
|
|
||||||
public BeatmapInfo BeatmapInfo;
|
public BeatmapInfo BeatmapInfo;
|
||||||
|
|
||||||
public PlayMode PreferredPlayMode;
|
public PlayMode PreferredPlayMode;
|
||||||
|
Loading…
Reference in New Issue
Block a user