1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 02:59:53 +08:00

Apply adjustments

This commit is contained in:
smoogipoo
2020-02-21 10:01:38 +09:00
Unverified
parent d82258ede6
commit 6468bfa543
3 changed files with 7 additions and 9 deletions
@@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
public override bool CanBePlated => true;
protected Container ScaleContainer;
protected Container ScaleContainer { get; private set; }
protected PalpableCatchHitObject(TObject hitObject)
: base(hitObject)