A Twitch.tv viewer reward and games system.

6 lines
110 B

12 years ago
  1. module.exports = EmptyPacket;
  2. function EmptyPacket() {
  3. }
  4. EmptyPacket.prototype.write = function(writer) {
  5. };