mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add interface for the multiplayer screen short title
This commit is contained in:
@ -1,10 +1,14 @@
|
||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using osu.Game.Screens.Multi.Screens;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
public class MatchSongSelect : SongSelect
|
||||
public class MatchSongSelect : SongSelect, IMultiplayerScreen
|
||||
{
|
||||
public string ShortTitle => "song selection";
|
||||
|
||||
protected override bool OnStart()
|
||||
{
|
||||
if (IsCurrentScreen) Exit();
|
||||
|
Reference in New Issue
Block a user