osu/osu.Game.Tournament/Screens/Ladder/Components/TournamentConditions.cs

10 lines
190 B
C#

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