mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add abstract ModType for ModSection.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user