mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename InitialScreenStatus to InitialScreenActivity in Editor / Player classes
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Screens.Play
|
||||
private bool hideOverlays;
|
||||
public override bool HideOverlaysOnEnter => hideOverlays;
|
||||
|
||||
protected override UserStatusOnline InitialScreenStatus => null; //shows the previous screen status
|
||||
protected override UserActivity InitialScreenActivity => null; //shows the previous screen status
|
||||
|
||||
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
||||
|
||||
|
Reference in New Issue
Block a user