LeviLamina
Loading...
Searching...
No Matches
SummonSpellData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 SummonSpellData& operator=(SummonSpellData const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor(::SummonSpellData const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
Definition SummonSpellData.h:5
MCAPI void $dtor()
MCAPI ~SummonSpellData()
MCAPI SummonSpellData(::SummonSpellData const &)
MCAPI void * $ctor(::SummonSpellData const &)
Definition Alias.h:14