mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add class constraint
This commit is contained in:
@ -11,6 +11,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// </summary>
|
||||
public interface IApplicableToTrack : IApplicableMod
|
||||
{
|
||||
void ApplyToTrack<T>(T track) where T : ITrack, IAdjustableAudioComponent;
|
||||
void ApplyToTrack<T>(T track) where T : class, ITrack, IAdjustableAudioComponent;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user