Disable beatmap changes in specified screens

This commit is contained in:
Dean Herbert
2017-07-11 18:39:10 +09:00
parent 773ef26ce3
commit 9bbcc0526d
4 changed files with 10 additions and 5 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Screens.Play
public Action RestartRequested;
internal override bool AllowRulesetChange => false;
internal override bool AllowBeatmapRulesetChange => false;
public bool HasFailed { get; private set; }