// MNetworkVarNames = bool m_bLeaping
// MNetworkVarNames = GameTime_t m_flLeapStartTime
class CCitadel_Ability_HornetLeap : public C_CitadelBaseAbility
{
    uint8 pad_0FD8[2];
public:
    // MNetworkEnable
    bool m_bLeaping;
    // MNetworkEnable
    GameTime_t m_flLeapStartTime;
    ParticleIndex_t m_nFXIndex;
private:
    uint8 pad_0FE4[1120];
};