Add comments

This commit is contained in:
ekrctb
2021-06-16 14:01:12 +09:00
parent df16d4bacc
commit 73e443a0d9
2 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,10 @@ using osuTK;
namespace osu.Game.Rulesets.Catch.UI
{
/// <summary>
/// The visual representation of the <see cref="Catcher"/>.
/// It includes the body part of the catcher and the catcher plate.
/// </summary>
public class SkinnableCatcher : SkinnableDrawable
{
[Cached]