mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 06:13:03 +08:00
parent
92e22c57a7
commit
f049f175d5
@ -457,12 +457,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
public override ModType Type => ModType.Conversion;
|
||||
}
|
||||
|
||||
private class TestUnimplementedModOsuRuleset : OsuRuleset, ILegacyRuleset
|
||||
private class TestUnimplementedModOsuRuleset : OsuRuleset
|
||||
{
|
||||
public override string ShortName => "unimplemented";
|
||||
|
||||
int ILegacyRuleset.LegacyID => -1;
|
||||
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type)
|
||||
{
|
||||
if (type == ModType.Conversion) return base.GetModsFor(type).Concat(new[] { new TestUnimplementedMod() });
|
||||
|
Loading…
Reference in New Issue
Block a user