7 lines
88 B
C#

namespace Syntriax.Engine.Core;
public interface ICoroutineYield
{
bool Yield();
}