LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_Legacy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
44
45 MCAPI ::ComponentItemData_Legacy& operator=(::ComponentItemData_Legacy&&);
46
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::ComponentItemData_Legacy const&);
54
55 MCAPI void* $ctor(::ComponentItemData_Legacy&&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63};
Definition ComponentItemData_Legacy.h:5
Definition Alias.h:14