class SlayerUnlock {
  constructor({ name, cost, description }) {
    this.name = name;
    this.cost = cost;
    this.description = description;