1
0
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:
Dean Herbert 2017-01-16 13:28:30 +08:00
parent 70271fee35
commit 8c7bb4990c

View File

@ -35,6 +35,8 @@ namespace osu.Game.Screens.Play
internal override bool ShowOverlays => false;
protected bool CanFail => true;
public BeatmapInfo BeatmapInfo;
public PlayMode PreferredPlayMode;