This commit is contained in:
glax 2024-01-14 01:10:58 +01:00
parent 66f234e19a
commit 671fdc5314

View File

@ -11,9 +11,11 @@ public class OpenCS2hock
{
_settings = Installer.GetSettings(settingsPath);
this._shockers = Installer.GetShockers(_settings);
Console.WriteLine(_settings);
Installer.InstallGsi();
this._cs2MessageHandler = new CS2MessageHandler();
this.SetupEventHandlers();
this.GSIServer = new GSIServer(3000);
this.GSIServer.OnMessage += OnGSIMessage;