Add doc comments a bit

This commit is contained in:
ekrctb
2020-12-08 23:11:22 +09:00
parent 1f36bbecd1
commit 5ca98b0033
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,9 @@ using osuTK.Graphics;
namespace osu.Game.Rulesets.Catch.Objects.Drawables
{
/// <summary>
/// Represents a <see cref="PalpableCatchHitObject"/> caught by the catcher.
/// </summary>
[Cached(typeof(IHasCatchObjectState))]
public abstract class CaughtObject : SkinnableDrawable, IHasCatchObjectState
{