things
This commit is contained in:
parent
a17810ffeb
commit
4e91f448c9
826 changed files with 66 additions and 8 deletions
6
Assets/Scripts/Singletons/CoroutineManager.cs
Normal file
6
Assets/Scripts/Singletons/CoroutineManager.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
using System.Collections;
|
||||
using UnityEngine;
|
||||
|
||||
public class CoroutineManager : MonoBehaviourSingleton<CoroutineManager>
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue