LeviLamina
Loading...
Searching...
No Matches
DeathInfoPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/packet/cerealize/core/TypeWrapper.h"
7
9public:
10 // DeathInfoPacketPayload inner types declare
11 // clang-format off
13 // clang-format on
14
15 // DeathInfoPacketPayload inner types define
17
18 using DeathCauseMessageType = ::TypeWrapper<
19 ::std::pair<::std::string, ::std::vector<::std::string>>,
21
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<
26 8,
27 56,
29 ::std::pair<::std::string, ::std::vector<::std::string>>,
31 mDeathCauseMessage;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCFOLD void $dtor();
44 // NOLINTEND
45};
Definition DeathInfoPacketPayload.h:16
Definition DeathInfoPacketPayload.h:8
Definition TypeWrapper.h:6