36373839404142
* @author LevelX2 */ public class TargetCreatureOrPlaneswalker extends TargetPermanent { public TargetCreatureOrPlaneswalker() { this(1, 1 ,new FilterCreatureOrPlaneswalkerPermanent(), false); }