Moved GridType enum here
This commit is contained in:
parent
4b14901847
commit
6b085dfce9
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
export enum GridType {
|
||||||
|
Class,
|
||||||
|
Character,
|
||||||
|
Weapon,
|
||||||
|
Summon
|
||||||
|
}
|
||||||
export enum TeamElement {
|
export enum TeamElement {
|
||||||
Any,
|
Any,
|
||||||
Wind,
|
Wind,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue