Edit File: EmptyPacket.js
module.exports = EmptyPacket; function EmptyPacket() { } EmptyPacket.prototype.parse = function parse() { }; EmptyPacket.prototype.write = function write() { };
Back to File Manager