UNPKG

rock-mod

Version:

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

6 lines (5 loc) 236 B
import { type ILocalPlayerManager } from "../../../game"; export declare class RageLocalPlayerManager implements ILocalPlayerManager { setRunSprintMultiplierFor(value: number): void; setSwimMultiplierFor(value: number): void; }