mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Resolve inspections
This commit is contained in:
@ -184,8 +184,8 @@ namespace osu.Game.Skinning.Editor
|
||||
public override DrawableRuleset CreateDrawableRulesetWith(IBeatmap beatmap, IReadOnlyList<Mod> mods = null) => throw new NotImplementedException();
|
||||
public override IBeatmapConverter CreateBeatmapConverter(IBeatmap beatmap) => throw new NotImplementedException();
|
||||
public override DifficultyCalculator CreateDifficultyCalculator(IWorkingBeatmap beatmap) => throw new NotImplementedException();
|
||||
public override string Description { get; }
|
||||
public override string ShortName { get; }
|
||||
public override string Description => string.Empty;
|
||||
public override string ShortName => string.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user