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 Mock = 4,
13 Count = 5,
14 All = 6,
15};
16
17}