// Copyright (c) 2007-2018 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE namespace osu.Game.Tournament.Screens.Ladder.Components { public class TournamentGrouping { public int ID; public string Name; public string Description; public int BestOf; } }