mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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
|
||||
*/
|
||||
public class FilterPermanent extends FilterObject<Permanent> {
|
||||
public class FilterPermanent extends FilterObject<Permanent> implements FilterInPlay<Permanent> {
|
||||
protected List<ObjectPlayerPredicate<ObjectPlayer<Permanent>>> extraPredicates = new ArrayList<>();
|
||||
|
||||
public FilterPermanent() {
|
||||
|
|
Loading…
Reference in a new issue