mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Framework updates.
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.IPC
|
||||
private IpcChannel<BeatmapImportMessage> channel;
|
||||
private BeatmapDatabase beatmaps;
|
||||
|
||||
public BeatmapImporter(BasicGameHost host, BeatmapDatabase beatmaps = null)
|
||||
public BeatmapImporter(GameHost host, BeatmapDatabase beatmaps = null)
|
||||
{
|
||||
this.beatmaps = beatmaps;
|
||||
|
||||
|
Reference in New Issue
Block a user