Fix model compile errors
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
package pp.mdga.server;
|
|
||||||
|
|
||||||
public class Game extends ServerState {
|
|
||||||
public Game(ServerGameLogic logic) {
|
|
||||||
super(logic);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package pp.mdga.server;
|
||||||
|
|
||||||
|
public class GameState extends ServerState {
|
||||||
|
public GameState(ServerGameLogic logic) {
|
||||||
|
super(logic);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user