LeviLamina
Loading...
Searching...
No Matches
RealmPlayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/network/realms/Player.h"
7#include "mc/client/network/realms/RealmsAPI.h"
8
9struct RealmPlayer : public ::Realms::Player {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 4, ::RealmsAPI::InviteAction> mInviteAction;
14 ::ll::TypedStorage<4, 4, ::RealmsAPI::InviteAction> mOperatorAction;
15 ::ll::TypedStorage<1, 1, bool> mInviteStatusChanged;
16 ::ll::TypedStorage<1, 1, bool> mOperatorStatusChanged;
17 ::ll::TypedStorage<1, 1, bool> mHasPlatformProfile;
18 // NOLINTEND
19};
Definition RealmPlayer.h:5
Definition Player.h:7