LeviLamina
Loading...
Searching...
No Matches
ShowProfilePacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct ShowProfilePacketPayload {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> mPlayerXUID;
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 ShowProfilePacketPayload(ShowProfilePacketPayload const&);
15 ShowProfilePacketPayload();
16
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCFOLD ::ShowProfilePacketPayload& operator=(::ShowProfilePacketPayload&&);
21
22 MCFOLD ::ShowProfilePacketPayload& operator=(::ShowProfilePacketPayload const&);
23
24 MCAPI ~ShowProfilePacketPayload();
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCFOLD void $dtor();
31 // NOLINTEND
32};