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.
1 parent 18d651e commit 687a197Copy full SHA for 687a197
Examples/Example/Program.cs
@@ -23,7 +23,7 @@
23
});
24
25
// Handle gear changes in the OnGearChange method
26
-api.Events.On<GearStatusEvent>(OnGearChange);
+api.Events.On<GearStatusEvent>(OnGearChange);
27
28
// Start the API
29
await api.StartAsync();
0 commit comments