using Syntriax.Engine.Core; namespace Syntriax.Engine.Integration.MonoGame; public interface IDrawableSprite : IBehaviour { void Draw(ISpriteBatch spriteBatch); }