🆙 Update for the wf_slc_users_neighborhood

This commit is contained in:
duckietm
2026-03-10 15:40:24 +01:00
parent 9d519a8446
commit ec0aef3c41
6 changed files with 198 additions and 7 deletions
@@ -3,6 +3,7 @@
export interface IRoomPlane
{
uniqueId: number;
type: number;
location: IVector3D;
leftSide: IVector3D;
rightSide: IVector3D;