mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Build 29067292
This commit is contained in:
parent
eb846327e5
commit
8eb2e049c8
9 changed files with 35 additions and 17 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -285,6 +285,7 @@ export type GameState = {
|
|||
export type RunParams = {
|
||||
level?: string;
|
||||
levelToAvoid?: string;
|
||||
perkToAvoid?: PerkId;
|
||||
perks?: Partial<PerksMap>;
|
||||
};
|
||||
export type OptionDef = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue