LeviLamina
Loading...
Searching...
No Matches
IdentityType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7enum class IdentityType : uint64 {
8 PlayFab = 0,
9 XboxLive = 1,
10 Platform = 2,
11 PlatformNetwork = 3,
12 EduNetwork = 4,
13 Mock = 5,
14 Count = 6,
15 All = 7,
16};
17
18}