mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make IBeatmapConverter an abstract class instead of an interface.
This commit is contained in:
@ -42,6 +42,6 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
}
|
||||
|
||||
protected abstract IBeatmapConverter<T> CreateBeatmapConverter();
|
||||
protected abstract BeatmapConverter<T> CreateBeatmapConverter();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user