1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00

Merge pull request #20672 from mk56-spn/Remove_Dead_Class

Remove leftover Enum
This commit is contained in:
Dean Herbert 2022-10-10 11:31:56 +09:00 committed by GitHub
commit 0bf097fc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
}
}