class CCitadel_Modifier_ProjectMind : public CCitadelModifier
{
public:
ParticleIndex_t m_particleStart;
ParticleIndex_t m_particleEnd;
ParticleIndex_t m_particleTrail;
Vector m_vecEndLocation;
Vector m_vecStartPosition;
float32 m_flStartDelay;
Vector m_vecApplyOffset;
private:
uint8 pad_00FC[192];
};