fixed not serializable error

This commit is contained in:
BetaSteward 2011-09-12 21:15:09 -04:00
parent 17ca2de0c9
commit d01c992f2e

View file

@ -27,10 +27,12 @@
*/ */
package mage.filter; package mage.filter;
import java.io.Serializable;
/** /**
* @author nantuko * @author nantuko
*/ */
public class FilterMana { public class FilterMana implements Serializable {
protected boolean black; protected boolean black;
protected boolean green; protected boolean green;