mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Disable beatmap changes in specified screens
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user