forked from External/mage
refactor: remove unused custom event type code (#12729)
* also make ApprovingObject Serializable
This commit is contained in:
parent
4259b7fa39
commit
85d612d10f
2 changed files with 10 additions and 47 deletions
|
|
@ -3,11 +3,13 @@ package mage;
|
|||
import mage.abilities.Ability;
|
||||
import mage.game.Game;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class ApprovingObject {
|
||||
public class ApprovingObject implements Serializable {
|
||||
|
||||
private final Ability approvingAbility;
|
||||
private final MageObjectReference approvingMageObjectReference;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue