forked from External/mage
13 lines
220 B
Java
13 lines
220 B
Java
package mage.interfaces.plugin;
|
|
|
|
import net.xeoh.plugins.base.Plugin;
|
|
|
|
/**
|
|
* Interface for card plugins
|
|
*
|
|
* @version 0.1 31.10.2010
|
|
* @author nantuko
|
|
*/
|
|
public interface CardPlugin extends Plugin {
|
|
|
|
}
|