LeviLamina
Loading...
Searching...
No Matches
BlockCustomComponentData.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 MCNAPI ::BlockCustomComponentData& operator=(::BlockCustomComponentData&&);
22
23 MCNAPI ::BlockCustomComponentData& operator=(::BlockCustomComponentData const&);
24
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33};
Definition BlockCustomComponentData.h:5
MCAPI::BlockCustomComponentData & operator=(::BlockCustomComponentData const &)
MCAPI::BlockCustomComponentData & operator=(::BlockCustomComponentData &&)
Definition Alias.h:14