Removed property changes

This commit is contained in:
2026-05-14 16:42:19 +02:00
parent 9fa51e9fe7
commit 711d57e4cd
3 changed files with 8 additions and 54 deletions
@@ -25,7 +25,7 @@ public abstract class OrderLogicCard implements Serializable {
/**
* The list of {@link Player Players} associated with this order logic card.
*/
protected List<OrderPlayer> playerList;
public List<OrderPlayer> playerList;
/**