IAccented -> IHasAccentColour.

This commit is contained in:
smoogipooo
2017-03-31 14:47:59 +09:00
parent 591ecc0ef4
commit 43c306d658
4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
/// a rounded (_[-Width-]_) figure such that a regular "circle" is the result of a parent with Width = 0.
/// </para>
/// </summary>
public class CirclePiece : Container, IAccented
public class CirclePiece : Container, IHasAccentColour
{
public const float SYMBOL_SIZE = TaikoHitObject.CIRCLE_RADIUS * 2f * 0.45f;
public const float SYMBOL_BORDER = 8;