This commit is contained in:
smoogipoo
2017-11-17 14:26:33 +09:00
parent 7892eefd68
commit ac6213d1fa
9 changed files with 6 additions and 9 deletions

View File

@ -8,7 +8,7 @@ namespace osu.Game.Rulesets.Mods
/// <summary>
/// An interface for <see cref="Mod"/>s that can be applied to <see cref="HitObject"/>s.
/// </summary>
public interface IApplicableToHitObject<TObject>
public interface IApplicableToHitObject<in TObject>
where TObject : HitObject
{
/// <summary>