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) 192 B
import { type IVoiceChatManager } from "../../../game"; export declare class RageVoiceChatManager implements IVoiceChatManager { getMuted(): boolean; setMuted(value: boolean): void; }