namespace Syntriax.Engine.Core; public interface IUpdate : IBehaviour { void Update(); }