LeviLamina
Loading...
Searching...
No Matches
MutableAttributeWithContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 8, ::AttributeInstance*> mInstance;
16 ::ll::TypedStorage<8, 8, ::AttributeModificationContext> mContext;
17 // NOLINTEND
18};
Definition AttributeInstance.h:16
Definition AttributeModificationContext.h:10
Definition MutableAttributeWithContext.h:11