Add to config

This commit is contained in:
a 2023-03-22 17:02:50 -05:00
parent d7b48a63d1
commit a0e63d4972
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
export interface Config {
copies: Copies
instant_kill: boolean
extra: {[index:string]:any}
}