namespace Syntriax.Engine.Core; public interface ILastFrameUpdate : IBehaviour { void LastActiveFrame(); }