renaming namspeac to Cysharp.Threading.Tasks and move to under Plugins/UniTask

This commit is contained in:
neuecc
2020-05-05 19:46:43 +09:00
parent a26a806b0f
commit d565f39dde
154 changed files with 118 additions and 190 deletions

View File

@@ -5,7 +5,7 @@ using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using UniRx.Async;
using Cysharp.Threading.Tasks;
using Unity.Collections;
using Unity.Jobs;
using UnityEngine;