Separate data and _data for DS4Item
This commit is contained in:
parent
a7569633e2
commit
7c7d30854c
12 changed files with 150 additions and 54 deletions
6
src/module/global.d.ts
vendored
Normal file
6
src/module/global.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
declare namespace ClientSettings {
|
||||
interface Values {
|
||||
"ds4.systemMigrationVersion": number;
|
||||
"ds4.useSlayingDiceForAutomatedChecks": boolean;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue