UNPKG

rce.js

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use RCON to create integrations.

6 lines (5 loc) 204 B
import { type IServer } from "../types"; import type RCEManager from "../manager"; export default class ResponseHandler { static handle(manager: RCEManager, server: IServer, message: string): void; }