Add interface for the multiplayer screen short title

This commit is contained in:
smoogipoo
2018-12-04 17:43:44 +09:00
parent b251129c59
commit a7ac544e12
5 changed files with 20 additions and 8 deletions

View File

@ -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();