LeviLamina
Loading...
Searching...
No Matches
AttributesComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/attribute/BaseAttributeMap.h"
7
8
struct
AttributesComponent
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<8, 88, ::BaseAttributeMap> mAttributes;
13
// NOLINTEND
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
19
// NOLINTEND
20
21
public
:
22
// destructor thunk
23
// NOLINTBEGIN
24
MCAPI_C
void
$dtor();
25
// NOLINTEND
26
};
AttributesComponent
Definition
AttributesComponent.h:8
src
mc
entity
components
AttributesComponent.h
Generated on
for LeviLamina by
1.16.1