chore: use nativewrappers/fivem instead of client (#25)

This commit is contained in:
Laica Lunasys
2025-06-30 15:59:34 +02:00
committed by GitHub
parent 815caddb02
commit 753d3eb025
4 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
import { cache } from '../cache/index';
import { context } from '../../index';
import { Vector3 } from "@nativewrappers/client";
import { Vector3 } from "@nativewrappers/fivem";
interface NearbyVehicle {
vehicle: number;