added property changes impl
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user