frost-api
Version:
A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.
8 lines (7 loc) • 308 B
TypeScript
import type { RustServer } from "../servers/interfaces";
import type { WSMessage } from "./interfaces";
import type RCEManager from "../Manager";
export default class ConsoleMessagesHandler {
static handle(manager: RCEManager, message: WSMessage, server: RustServer): void;
private static getKill;
}