Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace BracerLib.Utility
|
||||
{
|
||||
[ExcludeFromCoverage]
|
||||
public static class CoroutineUtility
|
||||
{
|
||||
public static readonly WaitForEndOfFrame WAIT_END_OF_FRAME = new WaitForEndOfFrame();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user