From d890403ebf6906e4fa8d122db596bd056912c2ed Mon Sep 17 00:00:00 2001 From: hwabis Date: Fri, 25 Oct 2024 12:05:19 -0400 Subject: [PATCH] visual studio can u plz automatically cleanup unused namespaces --- .../Beatmaps/PumpTrainerBeatmapConverter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game.Rulesets.PumpTrainer/Beatmaps/PumpTrainerBeatmapConverter.cs b/osu.Game.Rulesets.PumpTrainer/Beatmaps/PumpTrainerBeatmapConverter.cs index 6611326..e99ae33 100644 --- a/osu.Game.Rulesets.PumpTrainer/Beatmaps/PumpTrainerBeatmapConverter.cs +++ b/osu.Game.Rulesets.PumpTrainer/Beatmaps/PumpTrainerBeatmapConverter.cs @@ -4,7 +4,6 @@ using System; using System.Collections.Generic; using System.Threading; -using NuGet.ContentModel; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Rulesets.Objects;