mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
commit
cac6f1b344
1 changed files with 9 additions and 1 deletions
|
|
@ -33,7 +33,15 @@ package mage.constants;
|
||||||
*/
|
*/
|
||||||
public enum Zone {
|
public enum Zone {
|
||||||
|
|
||||||
HAND(false), GRAVEYARD(true), LIBRARY(false), BATTLEFIELD(true), STACK(true), EXILED(true), ALL(false), OUTSIDE(false), COMMAND(false);
|
HAND(false),
|
||||||
|
GRAVEYARD(true),
|
||||||
|
LIBRARY(false),
|
||||||
|
BATTLEFIELD(true),
|
||||||
|
STACK(true),
|
||||||
|
EXILED(true),
|
||||||
|
ALL(false),
|
||||||
|
OUTSIDE(false),
|
||||||
|
COMMAND(true);
|
||||||
|
|
||||||
private boolean isPublic;
|
private boolean isPublic;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue