LeviLamina
Loading...
Searching...
No Matches
ParticleEffectInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class ParticleEffectInfo : public ::std::enable_shared_from_this<::ParticleEffectInfo> {
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 ParticleEffectInfo& operator=(ParticleEffectInfo const&);
19};
Definition ParticleEffectInfo.h:5
Definition Alias.h:14