namespace skyscraper8.UI.MonoGame.Bridge; public interface ImGuiRenderable : IDisposable { void Update(); void Render(); bool WasClosed(); }