LeviLamina
Loading...
Searching...
No Matches
ActorParticleEffect.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI ActorParticleEffect();
23
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCAPI void* $ctor();
31
32 MCAPI void* $ctor(::ActorParticleEffect const&);
33 // NOLINTEND
34};
Definition ActorParticleEffect.h:5
Definition Alias.h:14