mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Add a bunch of reference docs
This commit is contained in:
parent
bc6b5c9225
commit
473d9544b1
32 changed files with 1282 additions and 0 deletions
6
protocols/hexenworld.js
Normal file
6
protocols/hexenworld.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = require('./quake2').extend({
|
||||
init: function() {
|
||||
this._super();
|
||||
this.sendHeader = '\xFFstatus\x0a';
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue