mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
module.exports = require('./unreal2').extend({
|
||
|
init: function() {
|
||
|
this._super();
|
||
|
this.port = 7708;
|
||
|
}
|
||
|
});
|