mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
CI fixes
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user