mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Rename editor screens removing plurals
This commit is contained in:
@ -20,11 +20,11 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Tournament.Screens.Editors
|
||||
{
|
||||
public class TeamsEditorScreen : TournamentScreen, IProvideVideo
|
||||
public class TeamEditorScreen : TournamentScreen, IProvideVideo
|
||||
{
|
||||
private readonly FillFlowContainer<TeamRow> items;
|
||||
|
||||
public TeamsEditorScreen()
|
||||
public TeamEditorScreen()
|
||||
{
|
||||
AddRangeInternal(new Drawable[]
|
||||
{
|
Reference in New Issue
Block a user