UNPKG

@needle-tools/networking

Version:
8 lines (7 loc) 112 B
class Party { constructor(id) { this.id = id; this.clients = []; } } module.exports = Party;