1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 19:50:41 +08:00

Add sub screen implementation to SeedingEditorScreen

This commit is contained in:
Shivam
2020-05-16 03:07:51 +02:00
Unverified
parent c931bae70e
commit bf6ce390ff
@@ -25,6 +25,13 @@ namespace osu.Game.Tournament.Screens.Editors
protected override BindableList<SeedingResult> Storage => team.SeedingResults;
[Resolved(canBeNull: true)]
private TournamentSceneManager sceneManager { get; set; }
protected override bool IsSubScreen => true;
protected override System.Type ParentScreen => typeof(TeamEditorScreen);
public SeedingEditorScreen(TournamentTeam team)
{
this.team = team;