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