refactor: remove unused custom event type code (#12729)

* also make ApprovingObject Serializable
This commit is contained in:
xenohedron 2024-08-24 20:39:36 -04:00 committed by GitHub
parent 4259b7fa39
commit 85d612d10f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 47 deletions

View file

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