using DaggerFramework.Rendering; namespace DaggerFramework { public interface IDrawable { public void Draw(in Renderer renderer); } }