class AABB_t
{
public:
    // MNetworkEnable
    Vector m_vMinBounds;
    // MNetworkEnable
    Vector m_vMaxBounds;
};