2019-08-30 05:39:02 +00: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.Catch
|
|
|
|
{
|
|
|
|
public enum CatchSkinComponents
|
|
|
|
{
|
2020-02-17 09:47:22 +00:00
|
|
|
FruitBananas,
|
|
|
|
FruitApple,
|
|
|
|
FruitGrapes,
|
|
|
|
FruitOrange,
|
|
|
|
FruitPear,
|
2020-03-10 02:42:08 +00:00
|
|
|
Droplet,
|
2020-03-10 06:26:39 +00:00
|
|
|
CatcherIdle,
|
|
|
|
CatcherFail,
|
|
|
|
CatcherKiai
|
2019-08-30 05:39:02 +00:00
|
|
|
}
|
|
|
|
}
|