Added FilterInPlay<Permanent> interface to FilterPermanent because it was de-facto implementing it.

This commit is contained in:
Duncan Townsend 2015-01-29 00:26:53 -05:00
parent 036d4426dd
commit 6dfa2d1d94
No known key found for this signature in database
GPG key ID: C00ECDF315F7A593

View file

@ -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() {