mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Implement beatmap sending/receiving over IPC
This commit is contained in:
committed by
Dean Herbert
parent
c7d12bc072
commit
94f2898f52
@ -14,7 +14,7 @@ namespace osu.Desktop
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BasicGameHost host = Host.GetSuitableHost(@"osu");
|
||||
host.Add(new OsuGame());
|
||||
host.Add(new OsuGame(args));
|
||||
host.Run();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user