Files

10 lines
163 B
JavaScript
Raw Permalink Normal View History

2025-04-20 06:59:32 -06:00
module.exports = EmptyPacket;
function EmptyPacket() {
}
EmptyPacket.prototype.parse = function parse() {
};
EmptyPacket.prototype.write = function write() {
};