mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-01 06:27:40 +02:00
Merge remote-tracking branch 'origin/gui' into gui
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user