merge after refactoring #16

Merged
j23f0712 merged 21 commits from development into dev/test 2024-11-25 16:52:36 +01:00
Showing only changes of commit f2d5221328 - Show all commits

View File

@@ -2,6 +2,7 @@
import pp.mdga.game.Game;
import pp.mdga.message.client.ClientMessage;
import pp.mdga.message.server.*;
public class ClientGameLogic implements ServerInterpreter {
static final System.Logger LOGGER = System.getLogger(ClientGameLogic.class.getName());