mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
make interface mod applicable
This commit is contained in:
parent
1216d66a4c
commit
2bc6932567
@ -8,7 +8,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// <summary>
|
||||
/// An interface for mods that allows user control over it's properties.
|
||||
/// </summary>
|
||||
public interface IModHasSettings
|
||||
public interface IModHasSettings : IApplicableMod
|
||||
{
|
||||
Drawable[] CreateControls();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user