UniRx 에셋 추가
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace UniRx
|
||||
{
|
||||
internal static class YieldInstructionCache
|
||||
{
|
||||
public static readonly WaitForEndOfFrame WaitForEndOfFrame = new WaitForEndOfFrame();
|
||||
public static readonly WaitForFixedUpdate WaitForFixedUpdate = new WaitForFixedUpdate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user