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