Add a base interface for applicable mods

This commit is contained in:
Dean Herbert
2017-12-31 04:09:51 +09:00
parent d18b6aada9
commit fea4e1ff68
9 changed files with 24 additions and 8 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Mods
/// <summary>
/// An interface for <see cref="Mod"/>s that can be applied to <see cref="DrawableHitObject"/>s.
/// </summary>
public interface IApplicableToDrawableHitObjects
public interface IApplicableToDrawableHitObjects : IApplicableMod
{
/// <summary>
/// Applies this <see cref="IApplicableToDrawableHitObjects"/> to a list of <see cref="DrawableHitObject"/>s.