PatchDownload

This commit is contained in:
Kei-Luna
2026-05-13 09:00:13 +09:00
parent a555dd2930
commit 26991c9706
3 changed files with 49 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ public static class GameLaunchService
public static int Launch(params string[] extraGameArguments)
{
ConfigManager.LoadConfig();
PatchDownloadService.EnsurePatchPresent();
var options = LaunchOptions.FromConfig(extraGameArguments);
return Launch(options);
}