forked from External/mage
11 lines
152 B
Java
11 lines
152 B
Java
|
|
|
|
package mage.abilities.effects;
|
|
|
|
/**
|
|
*
|
|
* @author BetaSteward_at_googlemail.com
|
|
*/
|
|
public interface PreventionEffect extends ReplacementEffect {
|
|
|
|
}
|