namespace Syntriax.Engine.Core; public interface IPostUpdate : IBehaviour { void PostUpdate(); }