Merge commit

This commit is contained in:
Felix Koppe
2024-12-02 20:33:36 +01:00
7 changed files with 100 additions and 34 deletions

View File

@@ -60,7 +60,7 @@ public class MdgaApp extends SimpleApplication {
private ServerConnection networkConnection;
private MdgaApp() {
public MdgaApp() {
networkConnection = new NetworkSupport(this);
this.clientGameLogic = new ClientGameLogic(networkConnection);
}