mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 02:33:20 +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;
|
||||
|
||||
protected bool CanFail => true;
|
||||
|
||||
public BeatmapInfo BeatmapInfo;
|
||||
|
||||
public PlayMode PreferredPlayMode;
|
||||
|
Loading…
Reference in New Issue
Block a user