mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 02:59:53 +08:00
Apply adjustments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user