1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:09:54 +08:00

make interface mod applicable

This commit is contained in:
unknown
2019-11-05 00:55:55 +08:00
Unverified
parent 1216d66a4c
commit 2bc6932567
+1 -1
View File
@@ -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();
}