3#include "mc/_HeaderOutputPredefine.h"
7enum class JoinServerWorldResult :
int {
9 InvalidServerIdError = 1,
12 UserNeedsToBeSignedInError = 4,
13 BlockedByPlatformError = 5,
14 BlockedByXBLError = 6,
16 ThirdPartyBadIPError = 8,
17 ThirdPartyNoServerOrServerLockedError = 9,