Variable TEMPERATUREConst

TEMPERATURE: {
    cold: "Cold";
    hellish: "Hellish";
    hot: "Hot";
    icy: "Icy";
    none: "None";
    normal: "Nomal";
    warm: "Warm";
} = ...

Type declaration

  • Readonly cold: "Cold"
  • Readonly hellish: "Hellish"
  • Readonly hot: "Hot"
  • Readonly icy: "Icy"
  • Readonly none: "None"
  • Readonly normal: "Nomal"
  • Readonly warm: "Warm"

Generated using TypeDoc