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.Platform;
using osu.Game.Overlays;
using osu.Game.Overlays.OSD;
using osuTK;
using osuTK.Graphics;