mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -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 FastZipEvents _fastZipEvents = new();
|
||||||
private readonly CancellationTokenSource _cancelTokenSource = new();
|
private readonly CancellationTokenSource _cancelTokenSource = new();
|
||||||
|
|
||||||
private IAppData AppData;
|
private IAppData AppData = default!;
|
||||||
private LaunchMode _launchMode;
|
private LaunchMode _launchMode;
|
||||||
|
|
||||||
private string _launchCommandLine = App.LaunchSettings.RobloxLaunchArgs;
|
private string _launchCommandLine = App.LaunchSettings.RobloxLaunchArgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user