fix compiler warnings

This commit is contained in:
bluepilledgreat 2025-03-11 22:59:55 +00:00
parent aba2dbb192
commit 827505f06e

View File

@ -45,7 +45,7 @@ namespace Bloxstrap
private readonly FastZipEvents _fastZipEvents = new();
private readonly CancellationTokenSource _cancelTokenSource = new();
private IAppData AppData;
private IAppData AppData = default!;
private LaunchMode _launchMode;
private string _launchCommandLine = App.LaunchSettings.RobloxLaunchArgs;