mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-23 11:38:17 +01:00
4 lines
43 B
TypeScript
4 lines
43 B
TypeScript
export enum UiTheme {
|
|
DEFAULT,
|
|
LEGACY
|
|
} |