1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 13:42:23 +08:00

Add missing using statement

This commit is contained in:
Dean Herbert
2023-12-23 16:25:52 +09:00
Unverified
parent 01cf4ee15a
commit 9f34dfa2ba
@@ -15,6 +15,7 @@ using osu.Framework.Graphics.UserInterface;
using osu.Framework.Testing;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Extensions;
using osu.Game.Graphics.Sprites;
using osu.Game.Resources.Localisation.Web;
using osu.Game.Rulesets;