mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = require('./unreal2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.port = 7708;
|
|
}
|
|
});
|