Update ObiWanKenobi.java

Added import supertype
This commit is contained in:
Richard Coates 2019-03-18 22:57:28 +01:00 committed by GitHub
parent 00ce434b6d
commit e4feb29322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.SubType;
import mage.constants.SuperType;
import mage.constants.Duration;
import mage.game.command.emblems.ObiWanKenobiEmblem;
import mage.target.common.TargetCreaturePermanent;