feat: fetch roles at runtime and prepare solver

This commit is contained in:
2026-05-31 23:25:48 +02:00
parent 3968e775cc
commit 64b60b08a7
11 changed files with 151 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
export type State = {
enabled: boolean;
keybinds: boolean;
solver: boolean;
};
export const STORAGE_KEY = "wov_assassins_convention_tweaks_state";