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

This commit is contained in:
Laica Lunasys
2025-06-30 22:59:34 +09:00
committed by GitHub
parent 815caddb02
commit 753d3eb025
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { Vector3 } from '@nativewrappers/client';
import { Vector3 } from '@nativewrappers/fivem';
import { cache } from '../cache';
let points: Point[] = [];