Beispiel #1
0
        public void CheckMarketOperation()
        {
            if (_itemOperationId.Count == 0)
            {
                Debug.Log("No operation. Use To/From market to create new");
                return;
            }

            _serverApi.CheckAsyncOperation(_marketAccessToken.text, _itemOperationId.ToArray(),
                                           OnAsyncOperationCheck, OnErrorCallback);
            Debug.Log("FromMarket request was sent.");
        }