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

@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
IsCentre = (hitObject as Hit)?.Type == HitType.Centre,
IsDrumRoll = hitObject is DrumRoll,
IsSwell = hitObject is Swell,
IsStrong = (hitObject as TaikoStrongHitObject)?.IsStrong == true
IsStrong = (hitObject as TaikoStrongableHitObject)?.IsStrong == true
};
}