Syntriax.Engine/Engine.Core/Abstract/ICoroutineYield.cs

7 lines
79 B
C#

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