make interface mod applicable

This commit is contained in:
unknown 2019-11-05 00:55:55 +08:00
parent 1216d66a4c
commit 2bc6932567

View File

@ -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();
} }