feat: fetch roles at runtime and prepare solver
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type State = {
|
||||
enabled: boolean;
|
||||
keybinds: boolean;
|
||||
solver: boolean;
|
||||
};
|
||||
|
||||
export const STORAGE_KEY = "wov_assassins_convention_tweaks_state";
|
||||
|
||||
Reference in New Issue
Block a user