LeviLamina
Loading...
Searching...
No Matches
MobDescriptor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 MobDescriptor& operator=(MobDescriptor const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
Definition MobDescriptor.h:5
MCAPI ~MobDescriptor()
MCAPI void $dtor()
Definition Alias.h:14