UNPKG

rock-mod

Version:

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

5 lines (4 loc) 169 B
import { type IWeaponManager } from "../../../game"; export declare class CCMPWeaponManager implements IWeaponManager { getWeaponClipSize(weapon: number): number; }