Add support for failing.

This commit is contained in:
Dean Herbert 2017-01-16 13:28:30 +08:00
parent 70271fee35
commit 8c7bb4990c
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ public class Player : OsuGameMode
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;