initial commit

This commit is contained in:
Michael Morrison 2013-07-10 05:02:48 -05:00
commit 8552d0674f
14 changed files with 907 additions and 0 deletions

7
protocols/minecraft.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = require('./gamespy3').extend({
init: function() {
this._super();
this.maxAttempts = 2;
this.port = 25565;
}
});