Skip to content

Commit

Permalink
move LadderResetTeamsDialog.cs into editor screens components
Browse files Browse the repository at this point in the history
  • Loading branch information
ILW8 committed Jul 20, 2023
1 parent 8cd8168 commit 41638ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using osu.Framework.Testing;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays.Dialog;
using osu.Game.Tournament.Screens.Ladder.Components;
using osu.Game.Tournament.Screens.Editors.Components;
using osuTK;
using osuTK.Input;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Overlays.Dialog;
using osu.Game.Tournament.Screens.Ladder.Components;

namespace osu.Game.Tournament.Screens.Ladder.Components
namespace osu.Game.Tournament.Screens.Editors.Components
{
public partial class LadderResetTeamsDialog : DangerousActionDialog
{
Expand Down
1 change: 1 addition & 0 deletions osu.Game.Tournament/Screens/Editors/LadderEditorScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
using osu.Game.Tournament.Components;
using osu.Game.Overlays;
using osu.Game.Tournament.Models;
using osu.Game.Tournament.Screens.Editors.Components;
using osu.Game.Tournament.Screens.Ladder;
using osu.Game.Tournament.Screens.Ladder.Components;
using osuTK;
Expand Down

0 comments on commit 41638ff

Please sign in to comment.