mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-10 03:45:18 +01:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
export const starterColors: {
|
|
[key: string]: [string, string];
|
|
} = {};
|