export default class Player { constructor() { this.inventory = []; this.currentRoom = "start"; } }