mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
CA1825: use Array.Empty.
This commit is contained in:
@ -55,7 +55,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
private class DummyRuleset : Ruleset
|
||||
{
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type) => new Mod[] { };
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type) => Array.Empty<Mod>();
|
||||
|
||||
public override DrawableRuleset CreateDrawableRulesetWith(IBeatmap beatmap, IReadOnlyList<Mod> mods = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user