8struct BreakingItemParticleData {
12 ::ll::TypedStorage<4, 4, ::ParticleType> mType;
13 ::ll::TypedStorage<4, 4, uint> mNumParticles;
14 ::ll::TypedStorage<4, 4, float> mSize;
15 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
20 BreakingItemParticleData();
25 MCAPI_C
explicit BreakingItemParticleData(::ParticleType type);
31 MCAPI_C
void* $ctor(::ParticleType type);