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.MockPed = void 0; const MockEntity_1 = require("../entity/MockEntity"); class MockPed extends MockEntity_1.MockEntity { constructor(options) { super(options); } } exports.MockPed = MockPed;