mirror of
https://github.com/osukey/osukey.git
synced 2025-06-12 14:58:05 +09:00
10 lines
190 B
C#
10 lines
190 B
C#
namespace osu.Game.Tournament.Screens.Ladder.Components
|
|
{
|
|
/// <summary>
|
|
/// Conditions governing a tournament.
|
|
/// </summary>
|
|
public class TournamentConditions
|
|
{
|
|
}
|
|
}
|