export class Player { constructor(id, name, color) { this.id = id; this.name = name; this.color = color; } } //# sourceMappingURL=player.js.map