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