mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Renaming + use IEnumerable.
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Modes.Taiko
|
||||
|
||||
public override FontAwesome Icon => FontAwesome.fa_osu_taiko_o;
|
||||
|
||||
public override KeyCounter[] GameplayKeys => new KeyCounter[]
|
||||
public override KeyCounter[] CreateGameplayKeys => new KeyCounter[]
|
||||
{
|
||||
new KeyCounterKeyboard(Key.D),
|
||||
new KeyCounterKeyboard(Key.F),
|
||||
|
Reference in New Issue
Block a user