Exemplo n.º 1
0
    private IEnumerator getRequesting()
    {
        yield return(myApi.httpResponse);

        //Debug.Log(myApi.getResult());
        CartList = MyCart.CreateFromJSON(myApi.getResult());
        UpdateBoardcast();
    }
Exemplo n.º 2
0
    private IEnumerator Requesting()
    {
        yield return(myApi.httpResponse);

        //Debug.Log(myApi.getResult());
        productList = MyProduct.CreateFromJSON(myApi.getResult());
        Debug.Log(productList.product[0].cost);
    }