Changed: Now Disconnection request can be sent , (TUI,RMI,TCP)

This commit is contained in:
rubenpirreram
2026-05-25 16:31:29 +02:00
parent 68be7feff7
commit 36d348dc1e
11 changed files with 72 additions and 10 deletions
@@ -257,6 +257,7 @@ public class TUI implements IView {
table.addRow(List.of("4-DrawLowerTribe(pos)", ""));
table.addRow(List.of("5-DrawLowerBuilding(pos)", ""));
table.addRow(List.of("6-SkipTurn", ""));
table.addRow(List.of("0-Disconnect", ""));
return table.build();
}