namespace Syntriax.Engine.Core; public interface IPreDraw : IBehaviour { void PreDraw(); }