1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Combine files

This commit is contained in:
smoogipoo 2020-03-30 23:18:38 +09:00
parent c1789140d5
commit c3cde7a163
2 changed files with 4 additions and 9 deletions

View File

@ -16,4 +16,8 @@ namespace osu.Game.Rulesets.Mania
protected override string ComponentName => Component.ToString().ToLower();
}
public enum ManiaSkinComponents
{
}
}

View File

@ -1,9 +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.
namespace osu.Game.Rulesets.Mania
{
public enum ManiaSkinComponents
{
}
}