Remove Note Siblings.

This commit is contained in:
smoogipooo 2017-05-22 09:46:34 +09:00
parent a2c7e3b859
commit e58ffbd87d
1 changed files with 0 additions and 6 deletions

View File

@ -9,11 +9,5 @@ namespace osu.Game.Rulesets.Mania.Objects
public abstract class ManiaHitObject : HitObject, IHasColumn
{
public int Column { get; set; }
/// <summary>
/// The number of other <see cref="ManiaHitObject"/> that start at
/// the same time as this hit object.
/// </summary>
public int Siblings { get; set; }
}
}