UNPKG

frost-api

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.

7 lines (6 loc) 278 B
import type { RustServer } from "../servers/interfaces"; import type { WSMessage } from "./interfaces"; import type RCEManager from "../Manager"; export default class ServiceSensorHandler { static handle(manager: RCEManager, message: WSMessage, server: RustServer): void; }