Add a bunch of reference docs

This commit is contained in:
Michael Morrison 2014-02-03 15:09:00 -06:00
parent bc6b5c9225
commit 473d9544b1
32 changed files with 1282 additions and 0 deletions

6
protocols/hexenworld.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = require('./quake2').extend({
init: function() {
this._super();
this.sendHeader = '\xFFstatus\x0a';
}
});