mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Combine files
This commit is contained in:
parent
c1789140d5
commit
c3cde7a163
@ -16,4 +16,8 @@ namespace osu.Game.Rulesets.Mania
|
||||
|
||||
protected override string ComponentName => Component.ToString().ToLower();
|
||||
}
|
||||
|
||||
public enum ManiaSkinComponents
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user