export enum TrapdoorAnimation {
  OPENED = "Opened",
  CLOSED = "Closed",
  OPEN_ANIMATION = "Open Animation",
}
