Update xmlodc and add nullability attributes

This commit is contained in:
Salman Ahmed
2022-10-13 00:16:42 +03:00
parent 6199db11a2
commit 4fb156ef4e
2 changed files with 2 additions and 3 deletions

View File

@ -499,6 +499,7 @@ namespace osu.Game.Rulesets.UI
/// <summary>
/// The cursor being displayed by the <see cref="Playfield"/>. May be null if no cursor is provided.
/// </summary>
[CanBeNull]
public abstract GameplayCursorContainer Cursor { get; }
/// <summary>