mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add comments
This commit is contained in:
parent
73e443a0d9
commit
1632450918
@ -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>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user