added more logic for the server state diagram

This commit is contained in:
Daniel Grigencha
2024-11-22 09:37:49 +01:00
parent 04501de11c
commit 89232901a7
21 changed files with 570 additions and 251 deletions

View File

@@ -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
}
}