mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update usages to use IsPlayable
instead
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
public override bool PlayableInMultiplayer => false;
|
||||
public override bool IsPlayable(ModUsage usage) => usage == ModUsage.Solo;
|
||||
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModRateAdjust), typeof(ModTimeRamp) };
|
||||
|
||||
|
Reference in New Issue
Block a user