Example #1
0
 static {
   filterControlled.add(new ControllerPredicate(TargetController.YOU));
   filterNotControlled.add(new ControllerPredicate(TargetController.NOT_YOU));
 }
Example #2
0
 static {
   filter.add(new ControllerPredicate(TargetController.OPPONENT));
 }