UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

11 lines (10 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AltVPed = void 0; const AltVEntity_1 = require("../entity/AltVEntity"); class AltVPed extends AltVEntity_1.AltVEntity { constructor(options) { super(options); } } exports.AltVPed = AltVPed;