Fix code quality fail

This commit is contained in:
Dean Herbert 2023-10-27 18:18:07 +09:00
parent 344bb28469
commit 24b1d1e955
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class OsuModFreezeFrame : Mod, IApplicableToDrawableHitObject, IApplicabl
public override LocalisableString Description => "Burn the notes into your memory."; public override LocalisableString Description => "Burn the notes into your memory.";
//Alters the transforms of the approach circles, breaking the effects of these mods. //Alters the transforms of the approach circles, breaking the effects of these mods.
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModApproachDifferent), typeof(OsuModTransform) }).ToArray(); public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModApproachDifferent), typeof(OsuModTransform) }).ToArray();
public override ModType Type => ModType.Fun; public override ModType Type => ModType.Fun;