class Player { constructor(name, team, ship) { this.name = name; this.team = team; this.ship = ship; } }