export enum TrinketSlot {
  /** The bottom-right trinket. */
  SLOT_1 = 0,

  /** The top-left trinket. */
  SLOT_2 = 1,
}
