UNPKG

gamedig

Version:

Query for the status of any game server in Node.JS

11 lines (9 loc) 199 B
import samp from './samp.js' export default class vcmp extends samp { constructor () { super() this.magicHeader = 'VCMP' this.responseMagicHeader = 'MP04' this.isVcmp = true } }