1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 18:27:18 +08:00

13 lines
381 B
C#
Raw Normal View History

2018-09-25 10:27:54 +09:00
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Configuration;
2018-09-25 04:21:48 +09:00
namespace osu.Game.Tournament.Screens.Ladder.Components
{
public class LadderEditorInfo
{
public readonly Bindable<MatchPairing> Selected = new Bindable<MatchPairing>();
}
}