Change CardsInExileCondition constructor and toString

change CardsInExileCondition to accept generic DynamicValue
create a toString override to generate rule text
This commit is contained in:
jmlundeen 2025-03-08 12:52:39 -06:00
parent b9fa82f602
commit 121ab378e7
3 changed files with 37 additions and 7 deletions

View file

@ -15,7 +15,7 @@ import java.util.UUID;
import java.util.stream.Stream;
/**
* @author JayDi85
* @author Jmlundeen
*/
public enum CardsInExileCount implements DynamicValue {
YOU("you"),