namespace Syntriax.Engine.Core; public interface IFirstFrameUpdate : IBehaviour { void FirstActiveFrame(); }