LeviLamina
Loading...
Searching...
No Matches
InviteHandleCheck.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social {
6
7
enum class
InviteHandleCheck :
int
{
8
NotStarted = 0,
9
NotReady = 1,
10
HandleIsForDifferentSession = 2,
11
HandleIsForSameSession = 3,
12
HandleIsRealmsAllowListNotification = 4,
13
HandleIsForLegacySession = 5,
14
Ready = 6,
15
SessionNotFound = 7,
16
Invalid = 8,
17
};
18
19
}
src
mc
client
social
InviteHandleCheck.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0