Add/fix up xmldocs with clarifications

This commit is contained in:
Bartłomiej Dach
2020-12-13 13:04:44 +01:00
parent 091b08b507
commit 080f7a3e32
3 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,10 @@ using osu.Game.Rulesets.Taiko.Judgements;
namespace osu.Game.Rulesets.Taiko.Objects
{
/// <summary>
/// Base type for nested strong hits.
/// Used by <see cref="TaikoStrongHitObject"/>s to represent their strong bonus scoring portions.
/// </summary>
public abstract class StrongNestedHitObject : TaikoHitObject
{
public override Judgement CreateJudgement() => new TaikoStrongJudgement();