File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ public void OnPlayerConnect(IPlayer player, string reason)
2828
2929You should not register event handlers in async code.
3030
31- [ !code-csharp [ Events ] ( ../../api/AltV.Net/Alt.Events.cs )]
31+ Below is a list of all event handlers.
3232
33- For a list of all event handlers see [ Alt. Events.cs ] ( https://github.com/FabianTerhorst/coreclr-module/blob/master/ api/AltV.Net/Alt.Events.cs) .
33+ [ !code-csharp [ Events] ( ../../ api/AltV.Net/Alt.Events.cs)]
3434
35- [ !code-csharp [ Events ] ( ../api/AltV.Net/Events/Events.cs )]
35+ Below is a list of all event handler method signatures.
3636
37- And the method signatures can be found in [ Events.cs ] ( https://github.com/FabianTerhorst/coreclr-module/blob/master/ api/AltV.Net/Events/Events.cs) .
37+ [ !code-csharp [ Events] ( ../../ api/AltV.Net/Events/Events.cs)]
3838
3939The player event handler looks like this.
4040
You can’t perform that action at this time.
0 commit comments