Skip to content
Snippets Groups Projects
fluid.enum.ts 209 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,
    }
    
    
    export enum FluidState {
      NO_KONNECTOR = 0,
      NOT_CONNECTED = 1,
      LOGIN_FAILED = 100,
      DONE = 200,
      ERRORED = 300,
    }