mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
RealtimeMultiplayer -> Multiplayer
This commit is contained in:
@ -17,7 +17,7 @@ using osu.Game.Online.API;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Screens.Backgrounds;
|
||||
using osu.Game.Screens.Edit;
|
||||
using osu.Game.Screens.Multi.RealtimeMultiplayer;
|
||||
using osu.Game.Screens.Multi.Multiplayer;
|
||||
using osu.Game.Screens.Multi.Playlists;
|
||||
using osu.Game.Screens.Select;
|
||||
|
||||
@ -105,7 +105,7 @@ namespace osu.Game.Screens.Menu
|
||||
this.Push(new Editor());
|
||||
},
|
||||
OnSolo = onSolo,
|
||||
OnMultiplayer = () => this.Push(new RealtimeMultiplayer()),
|
||||
OnMultiplayer = () => this.Push(new Multiplayer()),
|
||||
OnPlaylists = () => this.Push(new PlaylistsMultiplayer()),
|
||||
OnExit = confirmAndExit,
|
||||
}
|
||||
|
Reference in New Issue
Block a user