working on pieceMovement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user