prime/include/Kyoto/Animation/CEffectComponent.hpp
Phillip Stephens eec994634a Add CParticleData
Former-commit-id: 3d5758b0ff6cf9d737638eb1f7be540c17f7a400
2023-01-07 18:11:54 -08:00

19 lines
346 B
C++

#ifndef _CEFFECTCOMPONENT
#define _CEFFECTCOMPONENT
#include "types.h"
#include "Kyoto/Particles/CParticleData.hpp"
class CEffectComponent {
private:
rstl::string x0_name;
SObjectTag x10_tag;
rstl::string x18_boneName;
float x28_scale;
CParticleData::EParentedMode x2c_parentedMode;
uint x30_flags;
};
#endif // _CEFFECTCOMPONENT