hensei-web/utils/enums.tsx
Justin Edmund 2718942321 Move static page modals to a standalone page
This will make it easier to whisk people here in notices
2023-01-25 14:33:53 -08:00

27 lines
276 B
TypeScript

export enum ButtonType {
Base,
IconOnly,
Destructive,
}
export enum GridType {
Class,
Character,
Weapon,
Summon,
}
export enum TeamElement {
Any,
Wind,
Fire,
Water,
Earth,
Dark,
Light,
}
export enum AboutTabs {
About,
Changelog,
Roadmap,
}