working on pieceMovement

This commit is contained in:
Cedric Beck
2024-11-17 23:57:36 +01:00
parent 9662e1f684
commit c95beaeb14
9 changed files with 173 additions and 51 deletions

View File

@@ -5,7 +5,7 @@
import pp.mdga.message.server.PossibleCard;
import java.lang.System.Logger;
public abstract class ServerState implements Observer {
public abstract class ServerState implements Observer{
protected static final Logger LOGGER = System.getLogger(ServerState.class.getName());
protected ServerState parent;
protected ServerGameLogic logic;