class CCitadel_Modifier_MageWalk : public CCitadelModifier
{
public:
    bool m_bIsFakeout;
    bool m_bTeleported;
    ParticleIndex_t m_particleStart;
    ParticleIndex_t m_particleEnd;
    ParticleIndex_t m_particleTrail;
    Vector m_vecEndLocation;
    Vector m_vecStartPosition;
    Vector m_vecEndLocationCaster;
private:
    uint8 pad_00FC[384];
};