Rename TaikoStrong{-> able}HitObject

This commit is contained in:
Bartłomiej Dach
2020-12-14 21:46:02 +01:00
parent 7ba04a2cc3
commit 5af1ac1b53
12 changed files with 16 additions and 16 deletions

View File

@ -9,7 +9,7 @@ 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.
/// Used by <see cref="TaikoStrongableHitObject"/>s to represent their strong bonus scoring portions.
/// </summary>
public abstract class StrongNestedHitObject : TaikoHitObject
{