LeviLamina
Loading...
Searching...
No Matches
ChangeMobPropertyPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mPropName;
13 ::ll::TypedStorage<1, 1, bool> mBoolComponentVal;
14 ::ll::TypedStorage<4, 4, float> mFloatComponentVal;
15 ::ll::TypedStorage<4, 4, int> mIntComponentVal;
16 ::ll::TypedStorage<8, 32, ::std::string> mStringComponentVal;
17 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mActorId;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::ChangeMobPropertyPacketPayload& operator=(::ChangeMobPropertyPacketPayload&&);
30
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
Definition ChangeMobPropertyPacketPayload.h:8