1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +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 18:20:41 +08:00
namespace osu.Game.Screens.Multi
{
2018-12-26 19:05:57 +08:00
public interface IMultiplayerSubScreen
{
string ShortTitle { get; }
}
}