mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Fixed missing serialization settings (#6420);
This commit is contained in:
parent
972a32446a
commit
10348faaec
2 changed files with 27 additions and 1 deletions
|
|
@ -4,9 +4,10 @@ import mage.game.Game;
|
|||
import mage.game.events.GameEvent;
|
||||
import mage.players.Player;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.*;
|
||||
|
||||
public abstract class Mulligan {
|
||||
public abstract class Mulligan implements Serializable {
|
||||
|
||||
protected final int freeMulligans;
|
||||
protected final Map<UUID, Integer> usedFreeMulligans = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue