Rename to IBeatmapConverter, move to separate file

This commit is contained in:
smoogipoo
2018-03-02 20:19:47 +09:00
parent 71755f5363
commit a2c239d5e3
8 changed files with 34 additions and 24 deletions

View File

@ -122,7 +122,7 @@ namespace osu.Game.Tests.Beatmaps
}
protected abstract IEnumerable<TConvertValue> CreateConvertValue(HitObject hitObject);
protected abstract ITestableBeatmapConverter CreateConverter(Beatmap beatmap);
protected abstract IBeatmapConverter CreateConverter(Beatmap beatmap);
private class ConvertMapping
{