Remove Particles namespace

This commit is contained in:
Opelkuh
2021-09-13 00:35:13 +02:00
parent 7327603fc8
commit 224244801f
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osuTK;
namespace osu.Game.Graphics.Particles
namespace osu.Game.Graphics
{
public abstract class ParticleSpewer : Sprite
{