Add xmldoc

This commit is contained in:
Dean Herbert 2019-12-11 16:06:20 +09:00
parent 86dac28dcb
commit d8cebd20ed
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
{
public abstract class OsuCursorSprite : CompositeDrawable
{
/// <summary>
/// The an optional piece of the cursor to expand when in a clicked state.
/// If null, the whole cursor will be affected by expansion.
/// </summary>
public Drawable ExpandTarget { get; protected set; }
}
}