Fixed miss default token constructors

This commit is contained in:
Oleg Agafonov 2022-02-05 12:33:40 +04:00
parent 54a1efec63
commit 1fcdbe4b63
7 changed files with 29 additions and 0 deletions

View file

@ -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;