Files
parkan-playground/NResUI/Abstractions/IImGuiPanel.cs
T

7 lines
111 B
C#
Raw Normal View History

2024-11-15 19:06:44 +03:00
namespace NResUI.Abstractions
{
public interface IImGuiPanel
{
void OnImGuiRender();
}
}