A Twitch.tv viewer reward and games system.
 
 
 

6 lines
110 B

module.exports = EmptyPacket;
function EmptyPacket() {
}
EmptyPacket.prototype.write = function(writer) {
};