We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_api
1 parent 6b186b9 commit 9b3e523Copy full SHA for 9b3e523
1 file changed
EliteVA/EliteVA.cs
@@ -1,5 +1,4 @@
1
-using System;
2
-using System.Threading.Tasks;
+using System.Threading.Tasks;
3
using EliteApi;
4
using EliteVA.Abstractions;
5
using EliteVA.Logging;
@@ -8,7 +7,7 @@ namespace EliteVA;
8
7
9
public class Plugin : VoiceAttackPlugin
10
{
11
- private EliteDangerousApi _api;
+ private EliteDangerousApi _api = null!;
12
13
public override async Task OnStart(IVoiceAttackProxy proxy)
14
0 commit comments