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
33 MCAPI ~MobDescriptor();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41};
Definition MobDescriptor.h:5
Definition Alias.h:14