mirror of
https://github.com/correl/mage.git
synced 2025-04-11 09:11:12 -09:00
9 lines
149 B
Java
9 lines
149 B
Java
package mage.abilities.effects.common.continious;
|
|
|
|
/**
|
|
* Marker interface
|
|
*
|
|
* @author magenoxx_at_gmail.com
|
|
*/
|
|
public interface SourceEffect {
|
|
}
|