UNPKG

rce.js

Version:

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

8 lines (7 loc) 211 B
import RCEManager from './manager'; export * from './types'; export * from './data/events'; export * from './data/playerKill'; export * from './data/quickChat'; export default RCEManager; export { RCEManager };