namespace NResUI.Abstractions { public interface IImGuiPanel { void OnImGuiRender(); } }