mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Don't inherit Fruit from Banana
This commit is contained in:
parent
7f1ad1040d
commit
c1d39b6401
@ -14,7 +14,7 @@ using osuTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Catch.Objects
|
namespace osu.Game.Rulesets.Catch.Objects
|
||||||
{
|
{
|
||||||
public class Banana : Fruit, IHasComboInformation
|
public class Banana : PalpableCatchHitObject, IHasComboInformation
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Index of banana in current shower.
|
/// Index of banana in current shower.
|
||||||
|
Loading…
Reference in New Issue
Block a user