public GameObject GetGo(int a, object b)
    {
        //------------------------------------------
        DelegateBridge _Hotfix0_GetGo = StructTest.__Hotfix0_GetGo;

        if (_Hotfix0_GetGo != null)
        {
            return(_Hotfix0_GetGo.__Gen_Delegate_Imp20(this, a, b));
        }
        //------------------------------------------
        return(go);
    }