LeviLamina
Loading...
Searching...
No Matches
ActorDefinitionFeedItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 16, ::ItemDescriptor> mItemDescriptor;
15 ::ll::TypedStorage<4, 4, float> mGrowth;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
23 MCFOLD ::ActorDefinitionFeedItem& operator=(::ActorDefinitionFeedItem const&);
24
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCFOLD void* $ctor(::ActorDefinitionFeedItem const&);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
Definition ItemDescriptor.h:22
Definition ActorDefinitionFeedItem.h:10