Add combo numbers.

This commit is contained in:
Dean Herbert
2017-02-15 23:23:55 +09:00
parent bab219c428
commit 7fbc5990d1
5 changed files with 44 additions and 10 deletions

View File

@ -24,6 +24,8 @@ namespace osu.Game.Modes.Objects
public HitSampleInfo Sample;
public int ComboIndex;
public virtual void SetDefaultsFromBeatmap(Beatmap beatmap) { }
}
}