mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -07:00
fix compiler warnings
This commit is contained in:
parent
aba2dbb192
commit
827505f06e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user