package mage.constants; /** * * @author North */ public enum TargetController { ANY, YOU, NOT_YOU, OPPONENT, CONTROLLER_ATTACHED_TO }