Add skin components and interfaces

This commit is contained in:
Dean Herbert
2020-10-14 16:45:40 +09:00
parent 98acf1e31d
commit 60603d2918
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// 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.
namespace osu.Game.Skinning
{
public enum HUDSkinComponents
{
ComboCounter
}
}