forked from External/mage
Fixed miss default token constructors
This commit is contained in:
parent
54a1efec63
commit
1fcdbe4b63
7 changed files with 29 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ import mage.util.RandomUtil;
|
|||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* Each token must have default constructor without params (GUI require for card viewer)
|
||||
*/
|
||||
public abstract class TokenImpl extends MageObjectImpl implements Token {
|
||||
|
||||
protected String description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue