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

@ -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>();