1
0
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:
smoogipoo 2018-01-22 15:03:05 +09:00
parent 2674859b54
commit 65a2e09593

View File

@ -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
{