wip network refactor

This commit is contained in:
2023-12-31 16:03:26 +02:00
parent dd5a86a8b7
commit 03810705bd
8 changed files with 108 additions and 50 deletions

View File

@@ -18,7 +18,7 @@ namespace Game
if (!listenServer)
{
Cleanup();
GameModeManager.Init();
WorldStateManager.Init();
}
ServerAddress = serverAddress;