mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
MatchPairing -> TournamentMatch
This commit is contained in:
@ -7,6 +7,6 @@ namespace osu.Game.Tournament.Models
|
||||
{
|
||||
public class LadderEditorInfo
|
||||
{
|
||||
public readonly Bindable<MatchPairing> Selected = new Bindable<MatchPairing>();
|
||||
public readonly Bindable<TournamentMatch> Selected = new Bindable<TournamentMatch>();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user