forked from External/mage
Change CardsInExileCondition constructor and toString
change CardsInExileCondition to accept generic DynamicValue create a toString override to generate rule text
This commit is contained in:
parent
b9fa82f602
commit
121ab378e7
3 changed files with 37 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ import java.util.UUID;
|
|||
import java.util.stream.Stream;
|
||||
|
||||
/**
|
||||
* @author JayDi85
|
||||
* @author Jmlundeen
|
||||
*/
|
||||
public enum CardsInExileCount implements DynamicValue {
|
||||
YOU("you"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue