class CInfoHeroTestingPoint : public CPointEntity
{
public:
    int32 m_ePointType;
    CUtlSymbolLarge m_sMoveTarget;
    HeroID_t m_HeroID;
};