mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Renaming + use IEnumerable.
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Modes
|
||||
|
||||
public abstract class Ruleset
|
||||
{
|
||||
public abstract KeyCounter[] GameplayKeys { get; }
|
||||
public abstract KeyCounter[] CreateGameplayKeys { get; }
|
||||
|
||||
private static ConcurrentDictionary<PlayMode, Type> availableRulesets = new ConcurrentDictionary<PlayMode, Type>();
|
||||
|
||||
|
Reference in New Issue
Block a user