LeviLamina
Loading...
Searching...
No Matches
EducationServicesEnvironment.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class EducationServicesEnvironment : int {
6 Development = 0,
7 Staging = 1,
8 Production = 2,
9 Local = 3,
10 PreProduction = 4,
11};