mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
Build 29083397
This commit is contained in:
parent
d43dd90a86
commit
a388cd0898
26 changed files with 691 additions and 155 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -292,6 +292,7 @@ export type RunParams = {
|
|||
computer_controlled?: boolean;
|
||||
isEditorTrialRun?: number;
|
||||
isCreativeRun?: boolean;
|
||||
stress?: boolean;
|
||||
};
|
||||
export type OptionDef = {
|
||||
default: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue