mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 12:42:54 +08:00
Privatise VariantMappingGenerator to ManiaRuleset
This commit is contained in:
parent
2674859b54
commit
65a2e09593
@ -242,9 +242,8 @@ namespace osu.Game.Rulesets.Mania
|
||||
{
|
||||
return (PlayfieldType)Enum.GetValues(typeof(PlayfieldType)).Cast<int>().OrderByDescending(i => i).First(v => variant >= v);
|
||||
}
|
||||
}
|
||||
|
||||
public class VariantMappingGenerator
|
||||
private class VariantMappingGenerator
|
||||
{
|
||||
/// <summary>
|
||||
/// All the <see cref="InputKey"/>s available to the left hand.
|
||||
@ -296,6 +295,7 @@ namespace osu.Game.Rulesets.Mania
|
||||
return bindings;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public enum PlayfieldType
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user