This commit is contained in:
Renan LE CARO 2025-04-11 09:36:31 +02:00
parent bf687c48ee
commit 8099ced71b
16 changed files with 2031 additions and 1937 deletions

2
src/types.d.ts vendored
View file

@ -26,7 +26,7 @@ export type Palette = { [k: string]: string };
export type Upgrade = {
threshold: number;
giftable: boolean;
gift: boolean;
id: PerkId;
name: string;
icon: string;