1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 17:03:57 +08:00

Add support for failing.

This commit is contained in:
Dean Herbert
2017-01-16 13:28:30 +08:00
Unverified
parent 70271fee35
commit 8c7bb4990c
+2
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;