This commit is contained in:
Renan LE CARO 2025-04-23 15:10:21 +02:00
parent 1d71af35c9
commit cb90fef3a9
16 changed files with 1340 additions and 755 deletions

1
src/types.d.ts vendored
View file

@ -28,6 +28,7 @@ export type Upgrade = {
gift: boolean;
id: PerkId;
name: string;
category: string;
icon: string;
max: number;
help: (lvl: number) => string;