More xmldocs

This commit is contained in:
smoogipoo
2018-08-06 11:31:54 +09:00
parent 741ec0021e
commit 0d6a8a2bf5
2 changed files with 15 additions and 7 deletions

View File

@ -63,6 +63,12 @@ namespace osu.Game.Rulesets.Objects
[JsonIgnore]
public IReadOnlyList<HitObject> NestedHitObjects => nestedHitObjects.Value;
/// <summary>
/// The judgement information provided by this <see cref="HitObject"/>.
/// </summary>
/// <remarks>
/// Only populated after <see cref="ApplyDefaults"/> is invoked.
/// </remarks>
public Judgement Judgement { get; private set; }
/// <summary>