Merge remote-tracking branch 'origin/gui' into gui

This commit is contained in:
Yvonne Schmidt
2024-12-01 21:19:20 +01:00
7 changed files with 63 additions and 11 deletions

View File

@@ -292,6 +292,8 @@ public class TestWorld implements GameEventListener {
new TimeOut(app).open();
} else if(event.msg().equals("tradeRequest")) {
new ConfirmTrade(app).open();
} else if (event.msg().equals("goingToJail")) {
new Gulag(app).open();
}
}