EvoEsports / EvoSC-sharp

A Trackmania Server Controller written in C# using .NET 8
https://evosc.io
GNU General Public License v3.0
20 stars 13 forks source link

[Feature] Controller events #158

Open reaby opened 1 year ago

reaby commented 1 year ago

Enhance controller events.. [*] Controller ready event would be nice.. to send initial manialinks for example

snixtho commented 1 year ago

Can you describe exactly when such an event would occur? After all modules are loaded? When the controller has connected to the server?

Currently, the EnableAsync is called after a connection to the server is established, which would work for this use case.