mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-29 16:29:13 -04:00
wip
This commit is contained in:
parent
401e9b4548
commit
62a1feb015
32 changed files with 1483 additions and 1435 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -30,7 +30,7 @@ export type Upgrade = {
|
|||
category: number;
|
||||
max: number;
|
||||
help: (lvl: number) => string;
|
||||
fullHelp: string;
|
||||
fullHelp: (lvl: number) => string;
|
||||
requires: PerkId | "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue