Allow changing logged in user

This commit is contained in:
Dean Herbert
2019-09-23 04:45:23 +09:00
parent e07aa94fc8
commit b41ac543c5
3 changed files with 46 additions and 3 deletions

View File

@ -69,6 +69,7 @@ namespace osu.Game.Tournament
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
new SetupScreen(),
new ScheduleScreen(),
new LadderScreen(),
new LadderEditorScreen(),