1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Add comments

This commit is contained in:
ekrctb 2021-06-16 16:17:14 +09:00
parent 73e443a0d9
commit 1632450918

View File

@ -16,6 +16,9 @@ namespace osu.Game.Rulesets.Catch.UI
/// </summary>
public class SkinnableCatcher : SkinnableDrawable
{
/// <summary>
/// This is used by skin elements to determine which texture of the catcher is used.
/// </summary>
[Cached]
public readonly Bindable<CatcherAnimationState> AnimationState = new Bindable<CatcherAnimationState>();