class CCitadel_Modifier_ChronoSwap_BubbleMove : public CCitadelModifier
{
public:
    bool m_bOtherIsInFrontAtStart;
    Vector m_vOtherToDest;
    VectorWS m_vStart;
    VectorWS m_vDest;
    CHandle<CBaseEntity> m_hOther;
    VectorWS m_vLastSafePos;
    int32 m_nNumTicks;
    int32 m_nTicksLeft;
    ParticleIndex_t m_nBeamIndex;
private:
    uint8 pad_0114[672];
};