mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Renaming + use IEnumerable.
This commit is contained in:
@ -80,7 +80,8 @@ namespace osu.Game.Modes.Catch
|
||||
|
||||
public override FontAwesome Icon => FontAwesome.fa_osu_fruits_o;
|
||||
|
||||
public override KeyCounter[] GameplayKeys => new KeyCounter[]
|
||||
|
||||
public override KeyCounter[] CreateGameplayKeys => new KeyCounter[]
|
||||
{
|
||||
new KeyCounterKeyboard(Key.ShiftLeft),
|
||||
new KeyCounterMouse(MouseButton.Left),
|
||||
|
Reference in New Issue
Block a user