added property changes impl

This commit is contained in:
2026-05-14 15:34:49 +02:00
parent 526ce67a4f
commit 9fa51e9fe7
6 changed files with 385 additions and 339 deletions
@@ -20,7 +20,7 @@ public abstract class OrderLogicCard implements Serializable {
/**
* The queue of {@link Player Players} associated with this order logic card.
*/
protected Queue<Player> players;
public Queue<Player> players;
/**
* The list of {@link Player Players} associated with this order logic card.