mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
More xmldocs
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user