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