Ejemplo n.º 1
0
    public void stopSpin()
    {
        spinResultJsonString = spinRequest.GetResult();
        //spinResultJsonString = json;
        Debug.Log(spinResultJsonString);
        spinRequest = null;

        reelData = JsonMapper.ToObject <ReelData>(spinResultJsonString);
        reelData.Massage();

        InitSymbol();
        InitImage();
        DropSymbol();
        Invoke("BurstSymbol", 1.0f);
    }