1
0
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:
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>
/// An interface for mods that allows user control over it's properties.
/// </summary>
public interface IModHasSettings
public interface IModHasSettings : IApplicableMod
{
Drawable[] CreateControls();
}