mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 13:47:19 +09:00
Resolve unassigned properties
This commit is contained in:
parent
2bc7458abf
commit
4fa2c5c8c1
@ -59,8 +59,8 @@ namespace osu.Game.Tests.Online
|
|||||||
|
|
||||||
public override DifficultyCalculator CreateDifficultyCalculator(WorkingBeatmap beatmap) => throw new System.NotImplementedException();
|
public override DifficultyCalculator CreateDifficultyCalculator(WorkingBeatmap beatmap) => throw new System.NotImplementedException();
|
||||||
|
|
||||||
public override string Description { get; }
|
public override string Description { get; } = string.Empty;
|
||||||
public override string ShortName { get; }
|
public override string ShortName { get; } = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestMod : Mod
|
private class TestMod : Mod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user