mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
fixed not serializable error
This commit is contained in:
parent
17ca2de0c9
commit
d01c992f2e
1 changed files with 3 additions and 1 deletions
|
|
@ -27,10 +27,12 @@
|
|||
*/
|
||||
package mage.filter;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author nantuko
|
||||
*/
|
||||
public class FilterMana {
|
||||
public class FilterMana implements Serializable {
|
||||
|
||||
protected boolean black;
|
||||
protected boolean green;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue