mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Remove leftover Enum
This commit is contained in:
parent
a1f96ad5f8
commit
5d2e3dcf4a
@ -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,
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user