UNPKG

rock-mod

Version:

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

12 lines (11 loc) 210 B
export class RageChatManager { activate(state) { mp.gui.chat.activate(state); } show(state) { mp.gui.chat.show(state); } push(text) { mp.gui.chat.push(text); } }