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) 214 B
import { type IChatManager } from "../../../game"; export declare class RageChatManager implements IChatManager { activate(state: boolean): void; show(state: boolean): void; push(text: string): void; }