mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Added FilterInPlay<Permanent> interface to FilterPermanent because it was de-facto implementing it.
This commit is contained in:
parent
036d4426dd
commit
6dfa2d1d94
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import mage.game.permanent.Permanent;
|
||||||
*
|
*
|
||||||
* @author North
|
* @author North
|
||||||
*/
|
*/
|
||||||
public class FilterPermanent extends FilterObject<Permanent> {
|
public class FilterPermanent extends FilterObject<Permanent> implements FilterInPlay<Permanent> {
|
||||||
protected List<ObjectPlayerPredicate<ObjectPlayer<Permanent>>> extraPredicates = new ArrayList<>();
|
protected List<ObjectPlayerPredicate<ObjectPlayer<Permanent>>> extraPredicates = new ArrayList<>();
|
||||||
|
|
||||||
public FilterPermanent() {
|
public FilterPermanent() {
|
||||||
|
|
Loading…
Reference in a new issue