Fix: full model refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user