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) 212 B
import { type IGuiManager } from "../../../game"; export declare class RageGuiManager implements IGuiManager { takeScreenshot(name: string, type: number, quality: number, compressionQuality: number): void; }