UNPKG

rce.js

Version:

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

10 lines (7 loc) 206 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 }