namespace Syntriax.Engine.Core; public interface IPreUpdate : IBehaviour { void PreUpdate(); }