Fix: full model refactor

This commit is contained in:
2026-06-14 12:28:53 +02:00
parent 9a931bfc1b
commit 85f2dd9208
24 changed files with 311 additions and 253 deletions
@@ -107,7 +107,7 @@ public class MiniModel implements Serializable {
this.slotPlayerMap = slotPlayerMap;
this.orderLogicCard = orderLogicCard;
this.currentState = currentState;
this.players = new HashMap<>();
this.players = new LinkedHashMap<>();
this.availableTotems = availableTotems;
this.standingPlayers = new ArrayList<>();
this.upperListTribeCards = upperListTribeCards;