class SlayerExtend {
  constructor({ name, cost, notes }) {
    this.name = name;
    this.cost = cost;
    this.notes = notes;