Move a lot of code to framework

This commit is contained in:
Dean Herbert
2017-08-11 16:11:46 +09:00
parent 8ae010f62b
commit 48d4ed55e9
19 changed files with 116 additions and 291 deletions

View File

@ -245,7 +245,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
{
RelativeSizeAxes = Axes.X,
Text = "Register new account",
//Action = registerLink
//Binding = registerLink
}
};
}