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