LeviLamina
Loading...
Searching...
No Matches
ComponentItemDescriptionData_v1_21_60.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI ::ComponentItemDescriptionData_v1_21_60& operator=(::ComponentItemDescriptionData_v1_21_60&&);
27
28 MCNAPI ::ComponentItemDescriptionData_v1_21_60& operator=(::ComponentItemDescriptionData_v1_21_60 const&);
29
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
Definition ComponentItemDescriptionData_v1_21_60.h:10
MCAPI::ComponentItemDescriptionData_v1_21_60 & operator=(::ComponentItemDescriptionData_v1_21_60 &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::ComponentItemDescriptionData_v1_21_60 & operator=(::ComponentItemDescriptionData_v1_21_60 const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14