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