mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-08 06:07:15 +02:00
4 lines
43 B
TypeScript
4 lines
43 B
TypeScript
export enum UiTheme {
|
|
DEFAULT,
|
|
LEGACY
|
|
} |