mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix 'auto-property never assigned to' inspections
This commit is contained in:
@ -322,8 +322,8 @@ namespace osu.Game.Tests.Rulesets.Scoring
|
||||
|
||||
public override DifficultyCalculator CreateDifficultyCalculator(IWorkingBeatmap beatmap) => throw new System.NotImplementedException();
|
||||
|
||||
public override string Description { get; }
|
||||
public override string ShortName { get; }
|
||||
public override string Description => string.Empty;
|
||||
public override string ShortName => string.Empty;
|
||||
}
|
||||
|
||||
private class TestJudgement : Judgement
|
||||
|
Reference in New Issue
Block a user