refactor(client/vehicleProperties): driftTyres and window tweaks

+ some notes about setting props from server.
This commit is contained in:
Linden
2023-07-31 11:00:07 +10:00
parent 4babb3fd46
commit c6742eeae9
2 changed files with 27 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ interface VehicleProperties {
frontBumper: boolean;
rearBumper: boolean;
bulletProofTyres: boolean;
driftTyres: boolean;
}
export const getVehicleProperties = (vehicle: number): VehicleProperties =>