Skip to content
Snippets Groups Projects
fluid.enum.ts 87 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    export enum FluidType {
      ELECTRICITY = 0,
      WATER = 1,
      GAS = 2,
      MULTIFLUID = 3,
    }