module.exports = class { constructor() { this.id = 0; } readPacket() { } writePacket() { } }