1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2022-03-31 11:34:32 +09:00
parent 0cac935939
commit e0d434b89f

View File

@ -4,7 +4,6 @@
using System;
using System.Collections.Generic;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Logging;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Replays;