2019-08-30 13:39:02 +08:00
|
|
|
// 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.Taiko
|
|
|
|
{
|
|
|
|
public enum TaikoSkinComponents
|
|
|
|
{
|
2020-04-03 17:23:03 +08:00
|
|
|
InputDrum,
|
2020-04-11 12:41:14 +08:00
|
|
|
CentreHit,
|
2020-04-15 15:54:50 +08:00
|
|
|
RimHit,
|
|
|
|
DrumRollBody,
|
|
|
|
DrumRollTick,
|
2020-04-21 18:00:34 +08:00
|
|
|
Swell,
|
2020-04-23 11:33:34 +08:00
|
|
|
HitTarget,
|
|
|
|
PlayfieldBackgroundLeft,
|
2020-04-23 13:32:48 +08:00
|
|
|
PlayfieldBackgroundRight,
|
|
|
|
BarLine
|
2019-08-30 13:39:02 +08:00
|
|
|
}
|
|
|
|
}
|