Add hiding Palpable HitObject property

This commit is contained in:
ekrctb
2020-11-25 08:07:59 +09:00
parent 6e55eb2090
commit 323533d945
4 changed files with 9 additions and 9 deletions

View File

@ -12,6 +12,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
{
public abstract class DrawablePalpableCatchHitObject : DrawableCatchHitObject
{
public new PalpableCatchHitObject HitObject => (PalpableCatchHitObject)base.HitObject;
/// <summary>
/// Whether this hit object should stay on the catcher plate when the object is caught by the catcher.
/// </summary>