class ParticleNode_ t
{
public:
CHandle<CBaseEntity> m_ hEntity;
ParticleIndex_ t m_ iIndex;
GameTime_ t m_ flStartTime;
float32 m_ flGrowthDuration;
Vector m_ vecGrowthOrigin;
float32 m_ flEndcapTime;
bool m_ bMarkedForDelete;
};