mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Turn on warnings, resolve issues
This commit is contained in:
@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public interface IApplicableToHitObject : IApplicableMod
|
||||
{
|
||||
/// <summary>
|
||||
/// Applies this <see cref="IApplicableToHitObject{TObject}"/> to a <see cref="HitObject"/>.
|
||||
/// Applies this <see cref="IApplicableToHitObject"/> to a <see cref="HitObject"/>.
|
||||
/// </summary>
|
||||
/// <param name="hitObject">The <see cref="HitObject"/> to apply to.</param>
|
||||
void ApplyToHitObject(HitObject hitObject);
|
||||
|
Reference in New Issue
Block a user