Add JSDoc info

This commit is contained in:
Vortrex
2022-07-02 23:32:08 -05:00
parent 334a7637f6
commit c5cef51655

View File

@@ -28,6 +28,8 @@ const VRR_VEHSEAT_REARRIGHTPASSENGER = 3;
/**
* @class Representing a vehicle's data. Loaded and saved in the database
* @property {Array.<Number>} trunkItemCache
* @property {Array.<Number>} dashItemCache
*/
class VehicleData {
constructor(dbAssoc = false, vehicle = false) {