hensei-web/utils/enums.tsx

9 lines
No EOL
98 B
TypeScript

export enum TeamElement {
Any,
Wind,
Fire,
Water,
Earth,
Dark,
Light
}