Rename Accented to Strong.

This commit is contained in:
smoogipooo
2017-03-28 10:02:41 +09:00
parent a52991c101
commit 4c7e523d18
7 changed files with 27 additions and 27 deletions

View File

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