@fivem-ts/shared
Version:
FiveM Typescript wrapper shared part
10 lines (9 loc) • 730 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeaponsHash = exports.VehicleAmmoTypesHash = exports.AmmoTypesHash = void 0;
var AmmoTypesHash_1 = require("./AmmoTypesHash");
Object.defineProperty(exports, "AmmoTypesHash", { enumerable: true, get: function () { return AmmoTypesHash_1.AmmoTypesHash; } });
var VehicleAmmoTypesHash_1 = require("./VehicleAmmoTypesHash");
Object.defineProperty(exports, "VehicleAmmoTypesHash", { enumerable: true, get: function () { return VehicleAmmoTypesHash_1.VehicleAmmoTypesHash; } });
var WeaponsHash_1 = require("./WeaponsHash");
Object.defineProperty(exports, "WeaponsHash", { enumerable: true, get: function () { return WeaponsHash_1.WeaponsHash; } });