LeviLamina
Loading...
Searching...
No Matches
SigninContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace WebServices {
6
7enum class SigninContext : uchar {
8 Demo = 0,
9 Education = 1,
10 Commercial = 2,
11};
12
13}