added more logic for the server state diagram
This commit is contained in:
@@ -8,7 +8,7 @@ public NoTurn(ServerState parent, ServerGameLogic logic) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sentEndOfTurn(EndOfTurn msg) {
|
||||
public void sentEndOfTurn(EndOfTurn msg, int from) {
|
||||
// todo: goto end of turn
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user