Function transformGameLabsEntityVehiclesResponse
- transformGameLabsEntityVehiclesResponse(response): {
className: string;
health: number;
id: string;
position: [number, number];
speed: number;
}[] Returns {
className: string;
health: number;
id: string;
position: [number, number];
speed: number;
}[]