Added to BeginningOfUpkeepTriggeredAbility for targetController a mode that defines the controller of the object the source is attached to.

This commit is contained in:
LevelX2 2012-11-23 00:46:07 +01:00
parent 8a46aa720b
commit d653de950f
2 changed files with 17 additions and 1 deletions

View file

@ -380,7 +380,7 @@ public final class Constants {
}
public enum TargetController {
ANY, YOU, NOT_YOU, OPPONENT
ANY, YOU, NOT_YOU, OPPONENT, CONTROLLER_ATTACHED_TO
}
public enum RangeOfInfluence {