Implement Beatmap Import via drag&drop

This commit is contained in:
default0
2017-02-04 22:03:39 +01:00
parent 52f6a09319
commit 299c4923c3
5 changed files with 67 additions and 3 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Desktop
Ruleset.Register(new ManiaRuleset());
Ruleset.Register(new CatchRuleset());
BaseGame osu = new OsuGame(args);
BaseGame osu = new OsuGameDesktop(args);
host.Add(osu);
host.Run();
}