LeviLamina
Loading...
Searching...
No Matches
UpdateAttributeLayersData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace EAS { struct AttributeLayerData; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace AttributeLayerSyncPacketData {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::EAS::AttributeLayerData>> mAttributeLayers;
18 // NOLINTEND
19
20public:
21 // static functions
22 // NOLINTBEGIN
23 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
24 // NOLINTEND
25};
26
27} // namespace AttributeLayerSyncPacketData
Definition UpdateAttributeLayersData.h:13
Definition AttributeLayerData.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5