UNPKG

rock-mod

Version:

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

7 lines (6 loc) 268 B
import { type ICursorManager } from "../../../game"; import { Vector2D } from "../../../../shared/common/utils"; export declare class RageCursorManager implements ICursorManager { show(freezeControls: boolean, state: boolean): void; getPosition(): Vector2D; }