1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 03:42:57 +08:00

move LadderResetTeamsDialog.cs into editor screens components

This commit is contained in:
Dao Heng Liu 2023-07-18 23:44:53 +01:00
parent 8cd81681b2
commit 41638ff4b7
3 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ using osu.Game.Tournament.Screens.Editors;
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;

View File

@ -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
{

View File

@ -18,6 +18,7 @@ using osu.Game.Graphics.UserInterface;
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;