Add abstract ModType for ModSection.

This commit is contained in:
Huo Yaoyuan
2017-03-07 00:19:38 +08:00
parent 318ab68af1
commit 836484ba51
5 changed files with 33 additions and 28 deletions

View File

@ -22,6 +22,7 @@ namespace osu.Game.Overlays.Mods
public Action<Mod> Action;
protected abstract Key[] ToggleKeys { get; }
public abstract ModType ModType { get; }
public string Header
{