class CPointPush : public CPointEntity
{
public:
bool m_ bEnabled;
float32 m_ flMagnitude;
float32 m_ flRadius;
float32 m_ flInnerRadius;
float32 m_ flConeOfInfluence;
CUtlSymbolLarge m_ iszFilterName;
CHandle<CBaseFilter> m_ hFilter;
};