class CitadelAbilityProjectileVolumeTouchInfo_t
{
public:
    bool m_bIsProjectileAsBullet;
    CBaseEntity* m_pProjectile;
    CCitadel_Bullet_Base* m_pBullet;
};