Add optional tracking of slayer points

This commit is contained in:
Johannes Loher 2021-05-13 15:41:00 +02:00
parent 8d3e381d56
commit eb49c15d5f
12 changed files with 83 additions and 6 deletions

View file

@ -2,5 +2,6 @@ declare namespace ClientSettings {
interface Values {
"ds4.systemMigrationVersion": number;
"ds4.useSlayingDiceForAutomatedChecks": boolean;
"ds4.showSlayerPoints": boolean;
}
}