feat: ICoroutineYield for Delaying Coroutines
This commit is contained in:
8
Engine.Core/Abstract/ICoroutineYield.cs
Normal file
8
Engine.Core/Abstract/ICoroutineYield.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections;
|
||||
|
||||
namespace Syntriax.Engine.Core.Abstract;
|
||||
|
||||
public interface ICoroutineYield
|
||||
{
|
||||
bool Yield();
|
||||
}
|
Reference in New Issue
Block a user