mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add map pool editing functionality to round editor
This commit is contained in:
@ -102,7 +102,7 @@ namespace osu.Game.Tournament.Screens.Editors
|
||||
Width = 0.11f,
|
||||
Margin = new MarginPadding(10),
|
||||
Text = "Add player",
|
||||
Action = () => playerEditor.AddUser()
|
||||
Action = () => playerEditor.CreateNew()
|
||||
},
|
||||
new DangerousSettingsButton
|
||||
{
|
||||
@ -167,7 +167,7 @@ namespace osu.Game.Tournament.Screens.Editors
|
||||
};
|
||||
}
|
||||
|
||||
public void AddUser()
|
||||
public void CreateNew()
|
||||
{
|
||||
var user = new User();
|
||||
team.Players.Add(user);
|
||||
|
Reference in New Issue
Block a user