LeviLamina
Loading...
Searching...
No Matches
ComponentItemDescriptionData_v1_21_60.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI ::ComponentItemDescriptionData_v1_21_60& operator=(::ComponentItemDescriptionData_v1_21_60&&);
22
23 MCAPI ::ComponentItemDescriptionData_v1_21_60& operator=(::ComponentItemDescriptionData_v1_21_60 const&);
24
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33};
Definition ComponentItemDescriptionData_v1_21_60.h:5
Definition Alias.h:14