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

@@ -9,15 +9,14 @@ using System.Linq;
using System.Text;
using UnityEngine.UI;
using UnityEngine.Scripting;
using UniRx;
using UniRx.Async;
using Cysharp.Threading.Tasks;
using Unity.Collections;
using System.Threading;
using NUnit.Framework;
using UnityEngine.TestTools;
using FluentAssertions;
namespace UniRx.AsyncTests
namespace Cysharp.Threading.TasksTests
{
public class WhenAnyTest
{