Fix: Improvements to UI

This commit is contained in:
2026-05-06 15:48:38 +02:00
parent 4003b51b1b
commit 5d31e6346d
6 changed files with 66 additions and 9 deletions
@@ -62,6 +62,7 @@ public class Game implements Serializable {
* The mapping between slots and the players assigned to them.
*/
private HashMap<Slot,Player> slotMap;
public HashMap<Slot,Player> getSlotMap() {return slotMap;};
/**
* The configured number of players for this game.