forked from External/mage
9 lines
101 B
Java
9 lines
101 B
Java
package mage.constants;
|
|
|
|
/**
|
|
*
|
|
* @author North
|
|
*/
|
|
public enum TimingRule {
|
|
INSTANT, SORCERY
|
|
}
|