forked from External/mage
Restructured Mage module
This commit is contained in:
parent
727d62babb
commit
46eb6c0525
1502 changed files with 11 additions and 9 deletions
11
Mage/src/main/java/mage/constants/WatcherScope.java
Normal file
11
Mage/src/main/java/mage/constants/WatcherScope.java
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package mage.constants;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
*/
|
||||
public enum WatcherScope {
|
||||
GAME,
|
||||
PLAYER,
|
||||
CARD
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue