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 -1
View File
@@ -1,4 +1,4 @@
import { Vector3 } from '@nativewrappers/client';
import { Vector3 } from '@nativewrappers/fivem';
import { cache } from '../cache';
let points: Point[] = [];