Rename PalpableDrawable -> DrawablePalpable

This commit is contained in:
ekrctb
2020-11-24 19:13:46 +09:00
parent 7bf4ff7557
commit 916a313f19
3 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ using osuTK.Graphics;
namespace osu.Game.Rulesets.Catch.Objects.Drawables
{
public abstract class PalpableDrawableCatchHitObject : DrawableCatchHitObject
public abstract class DrawablePalpableCatchHitObject : DrawableCatchHitObject
{
protected Container ScaleContainer { get; private set; }
protected PalpableDrawableCatchHitObject(CatchHitObject hitObject)
protected DrawablePalpableCatchHitObject(CatchHitObject hitObject)
: base(hitObject)
{
Origin = Anchor.Centre;