Latest uncommited changes from Vladimir
Revert if needed
This commit is contained in:
@@ -29,24 +29,6 @@ public class Authorization : MonoBehaviour
|
||||
if (_clientDataService.data != null)
|
||||
{
|
||||
Debug.LogWarning($"данные клианта {_clientDataService.data.id} загружены: город - {(Cities)_clientDataService.data.city}, найдено тэгов - {_clientDataService.data.games.Count}");
|
||||
// UniTask.Void(async ()=>
|
||||
// {
|
||||
// Response<int> result = new Response<int>();
|
||||
// int counter = 0;
|
||||
|
||||
// while(result.responseData == 0)
|
||||
// {
|
||||
// Debug.LogWarning($"ещё не все метки найдены ({counter})");
|
||||
// result = await _networkService.GetAsync<int>("game/find", $"id={_clientDataService.data.id}", $"game={counter}");
|
||||
// Debug.LogWarning(result.responseCode + "/" + result.responseData);
|
||||
// counter++;
|
||||
|
||||
// await UniTask.Delay(500);
|
||||
// }
|
||||
|
||||
// Debug.LogWarning($"поздравляем! Ваше место в общем зачете - {result.responseData}");
|
||||
// });
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -115,4 +97,4 @@ public class Authorization : MonoBehaviour
|
||||
_menu.Reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user