class CPointVelocitySensor : public CPointEntity
{
public:
CHandle<CBaseEntity> m_ hTargetEntity;
Vector m_ vecAxis;
bool m_ bEnabled;
float32 m_ fPrevVelocity;
float32 m_ flAvgInterval;
CEntityOutputTemplate<float32> m_ Velocity;
};