add better initialization

This commit is contained in:
Pilzinsel64
2025-10-09 07:26:42 +02:00
parent 5e035b43df
commit ccb9f8350e
7 changed files with 40 additions and 10 deletions

View File

@@ -2,5 +2,5 @@
public interface IApiHandlerInitializer
{
public void Initialize(IApiServer server);
void Initialize();
}