UNPKG

rce.js

Version:

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

31 lines (30 loc) 500 B
export const EVENTS = { event_airdrop: { name: "Airdrop", special: false, }, event_cargoship: { name: "Cargo Ship", special: false, }, event_cargoheli: { name: "Chinook", special: false, }, event_helicopter: { name: "Patrol Helicopter", special: false, }, event_halloween: { name: "Halloween", special: true, }, event_xmas: { name: "Christmas", special: true, }, event_easter: { name: "Easter", special: true, }, };