1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 03:52:54 +08:00
osu-lazer/osu.Game.Tournament/Screens/Ladder/Components/TournamentConditions.cs

10 lines
190 B
C#
Raw Normal View History

namespace osu.Game.Tournament.Screens.Ladder.Components
{
/// <summary>
/// Conditions governing a tournament.
/// </summary>
public class TournamentConditions
{
}
}