added import statement with the refactored server messages

This commit is contained in:
Daniel Grigencha
2024-11-25 16:36:40 +01:00
committed by Felix
parent cf6777023f
commit ec58e9c85f

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());