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) 212 B
import { type IEventsManager } from "./events/IEventsManager"; import { type IRPCManager } from "./rpc/IRPCManager"; export interface INetManager { get events(): IEventsManager; get rpc(): IRPCManager; }