Přidán build script, předělaná struktura, funkční spouštění serveru z clienta. Client je schopen fungovat po více her bez restartu. Bugfixy

This commit is contained in:
Perry 2026-03-21 21:23:33 +01:00
parent c942d23a87
commit 1a27dd6fab
22 changed files with 269 additions and 136 deletions

View file

@ -99,4 +99,8 @@ public static class ClientEnemyManager {
return output.ToArray();
}
public static void ClearEnemies() {
enemies.Clear();
}
}