Rename finisher -> accented.

This commit is contained in:
smoogipooo
2017-03-24 11:09:01 +09:00
parent 4e31e3b443
commit afdb719c60
3 changed files with 11 additions and 10 deletions

View File

@ -20,9 +20,10 @@ namespace osu.Game.Modes.Taiko.Objects
public double PreEmpt;
/// <summary>
/// Whether this HitObject is a finisher.
/// Whether this HitObject is accented.
/// Accented hit objects give more points for hitting the hit object with both keys.
/// </summary>
public bool IsFinisher;
public bool Accented;
/// <summary>
/// Whether this HitObject is in Kiai time.