add VRM scripts

This commit is contained in:
ousttrue
2018-03-27 16:40:11 +09:00
parent 77b59c75d7
commit 2b34694ab3
158 changed files with 10771 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace UniTask
{
public interface IScheduler
{
void Enqueue(TaskChain item);
}
}