LeviLamina
Loading...
Searching...
No Matches
UserPlatformConnectionResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social {
6
7
enum class
UserPlatformConnectionResult :
int
{
8
Anonymous = 0,
9
NotConnected = 1,
10
Connected = 2,
11
ConnectionFailed = 3,
12
OfflineOnly = 4,
13
UserBanned = 5,
14
};
15
16
}
src
mc
client
social
UserPlatformConnectionResult.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0