Fix and add comments

This commit is contained in:
ekrctb
2020-11-25 08:00:11 +09:00
parent 3c3229ac4b
commit 6e55eb2090
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,9 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
{
public abstract class DrawablePalpableCatchHitObject : DrawableCatchHitObject
{
/// <summary>
/// Whether this hit object should stay on the catcher plate when the object is caught by the catcher.
/// </summary>
public virtual bool StaysOnPlate => true;
protected readonly Container ScaleContainer;