mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Crentalise all import logic
This commit is contained in:
@ -12,9 +12,9 @@ namespace osu.Game.IPC
|
||||
{
|
||||
public class ArchiveImportIPCChannel : IpcChannel<ArchiveImportMessage>
|
||||
{
|
||||
private readonly ICanImportArchives importer;
|
||||
private readonly ICanAcceptFiles importer;
|
||||
|
||||
public ArchiveImportIPCChannel(IIpcHost host, ICanImportArchives importer = null)
|
||||
public ArchiveImportIPCChannel(IIpcHost host, ICanAcceptFiles importer = null)
|
||||
: base(host)
|
||||
{
|
||||
this.importer = importer;
|
||||
|
Reference in New Issue
Block a user