UNPKG

gamedig

Version:

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

11 lines (9 loc) 208 B
import tribes1 from './tribes1.js' export default class starsiege extends tribes1 { constructor () { super() this.encoding = 'latin1' this.requestByte = 0x72 this.responseByte = 0x73 } }