simplify UNITASK define

This commit is contained in:
neuecc
2024-01-25 20:42:42 +09:00
parent 0ef6c59385
commit 08184af737
6 changed files with 67 additions and 50 deletions

View File

@@ -1,3 +1,5 @@
#pragma warning disable CS1998
using System;
using System.Threading;
using System.Threading.Tasks;

View File

@@ -1,3 +1,5 @@
#pragma warning disable CS1998
using System;
using System.Threading.Tasks;
using Cysharp.Threading.Tasks;