コード例 #1
0
ファイル: CapriciousEfreet.java プロジェクト: joshhazel/mage
 static {
   filterControlled.add(new ControllerPredicate(TargetController.YOU));
   filterNotControlled.add(new ControllerPredicate(TargetController.NOT_YOU));
 }
コード例 #2
0
ファイル: LyevSkyknight.java プロジェクト: gitter-badger/mage
 static {
   filter.add(new ControllerPredicate(TargetController.OPPONENT));
 }