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