Move toast to it's namespace

This commit is contained in:
ansel
2022-10-13 23:57:25 +03:00
parent 194bb02c28
commit 295e6f5a68
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ using osu.Framework.Input.Events;
using osu.Framework.Localisation; using osu.Framework.Localisation;
using osu.Framework.Platform; using osu.Framework.Platform;
using osu.Game.Overlays; using osu.Game.Overlays;
using osu.Game.Overlays.OSD;
using osuTK; using osuTK;
using osuTK.Graphics; using osuTK.Graphics;

View File

@ -26,6 +26,7 @@ using osu.Game.Online.API;
using osu.Game.Online.API.Requests; using osu.Game.Online.API.Requests;
using osu.Game.Overlays.Comments.Buttons; using osu.Game.Overlays.Comments.Buttons;
using osu.Game.Overlays.Dialog; using osu.Game.Overlays.Dialog;
using osu.Game.Overlays.OSD;
using osu.Game.Resources.Localisation.Web; using osu.Game.Resources.Localisation.Web;
namespace osu.Game.Overlays.Comments namespace osu.Game.Overlays.Comments

View File

@ -2,9 +2,8 @@
// See the LICENCE file in the repository root for full licence text. // See the LICENCE file in the repository root for full licence text.
using osu.Game.Localisation; using osu.Game.Localisation;
using osu.Game.Overlays.OSD;
namespace osu.Game.Graphics.UserInterface namespace osu.Game.Overlays.OSD
{ {
public class CopyUrlToast : Toast public class CopyUrlToast : Toast
{ {