Remove hit object types solution-wide.

This commit is contained in:
smoogipooo
2017-03-20 13:10:24 +09:00
parent 139dd456fb
commit 090e8bbb79
12 changed files with 12 additions and 50 deletions

View File

@ -36,8 +36,6 @@ namespace osu.Game.Modes.Osu.Objects
public float Scale { get; set; } = 1;
public abstract HitObjectType Type { get; }
public Color4 ComboColour { get; set; }
public virtual bool NewCombo { get; set; }
public int ComboIndex { get; set; }