export enum Difficulty {
  NORMAL = 0,
  HARD = 1,
  GREED = 2,
  GREEDIER = 3,
}
