Remove leftover Enum

This commit is contained in:
D.Headley 2022-10-09 22:52:54 +02:00
parent a1f96ad5f8
commit 5d2e3dcf4a

View File

@ -1,18 +0,0 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
namespace osu.Game.Skinning
{
public enum HUDSkinComponents
{
ComboCounter,
ScoreCounter,
AccuracyCounter,
HealthDisplay,
SongProgress,
BarHitErrorMeter,
ColourHitErrorMeter,
}
}