UNPKG

xedoc.js

Version:

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

8 lines (7 loc) 336 B
import type { RustServer } from "../servers/interfaces"; import type RCEManager from "../Manager"; export default class ServerUtils { static error(manager: RCEManager, error: string, server?: RustServer): void; static setReady(manager: RCEManager, server: RustServer, ready: boolean): Promise<void>; private static sleep; }