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-12-07 03:59:03 +00:00
|
|
|
Fruit,
|
|
|
|
Banana,
|
2020-03-10 02:42:08 +00:00
|
|
|
Droplet,
|
2021-06-08 10:51:40 +00:00
|
|
|
Catcher,
|
2021-07-25 14:50:52 +00:00
|
|
|
CatchComboCounter,
|
|
|
|
HitExplosion
|
2019-08-30 05:39:02 +00:00
|
|
|
}
|
|
|
|
}
|