mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 12:00:10 +00:00
renaming namspeac to Cysharp.Threading.Tasks and move to under Plugins/UniTask
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user