1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-09 13:17:21 +08:00
osu-lazer/osu.Game/Screens/Multi/IMultiplayerSubScreen.cs

11 lines
278 B
C#
Raw Normal View History

// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
2018-12-10 19:20:41 +09:00
namespace osu.Game.Screens.Multi
{
2018-12-26 20:05:57 +09:00
public interface IMultiplayerSubScreen
{
string ShortTitle { get; }
}
}