Renaming + use IEnumerable.

This commit is contained in:
smoogipooo
2017-03-10 13:40:44 +09:00
parent 4015b87965
commit 2d6e667c7c
7 changed files with 11 additions and 8 deletions

View File

@ -100,7 +100,7 @@ namespace osu.Game.Modes.Mania
public override FontAwesome Icon => FontAwesome.fa_osu_mania_o;
public override KeyCounter[] GameplayKeys => new KeyCounter[] { /* Todo: Should be keymod specific */ };
public override KeyCounter[] CreateGameplayKeys => new KeyCounter[] { /* Todo: Should be keymod specific */ };
public override ScoreProcessor CreateScoreProcessor(int hitObjectCount = 0) => null;