forked from External/mage
11 lines
192 B
Java
11 lines
192 B
Java
package mage.constants;
|
|
|
|
/**
|
|
* Controlls the display handling of the enlarged image of the card / permanent
|
|
*
|
|
* @author LevelX2
|
|
*/
|
|
public enum EnlargeMode {
|
|
|
|
NORMAL, ALTERNATE, COPY
|
|
}
|