feat: surface SCUM vehicle functional state

This commit is contained in:
npc0-hue
2026-09-18 16:56:36 +08:00
parent 156392df1e
commit 60d479db71
13 changed files with 62 additions and 17 deletions
+1
View File
@@ -228,6 +228,7 @@ export interface ScumVehicleResponse {
exists: boolean;
status?: string;
locked?: boolean;
functional?: boolean;
x?: number;
y?: number;
z?: number;