mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Rename InitialScreenStatus to InitialScreenActivity in Editor / Player classes
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
public override bool AllowExternalScreenChange => true;
|
||||
|
||||
protected override UserStatusOnline InitialScreenStatus => new UserStatusChoosingBeatmap();
|
||||
protected override UserActivity InitialScreenActivity => new UserActivityChoosingBeatmap();
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
|
Reference in New Issue
Block a user