🆕 Added support for wf_slc_users_area and some avatar fixes

This commit is contained in:
duckietm
2026-03-06 11:26:40 +01:00
parent f157b49f3b
commit bc4605f45f
5 changed files with 38 additions and 37 deletions
@@ -9,5 +9,6 @@ export interface IRoomAreaSelectionManager
activate(callback: (rootX: number, rootY: number, width: number, height: number) => void, highlightType: string): boolean;
deactivate(): void;
setHighlight(rootX: number, rootY: number, width: number, height: number): void;
setHighlightType(highlightType: string): void;
readonly areaSelectionState: number;
}