this.maxHp += 5; this.att += 5; this.hp = this.maxHp;
this.game.showMessage(`레벨 업! ${this.lev}레벨이 되었습니다.`)
} }
나머지 기능은 셀프체크를 통해 완성하겠습니다.