This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-16 03:17:49 +04:00
Code
Issues
Activity
Files
ec70b310587833979016cba3a2304336d5277293
parkan-playground
/
NResUI
/
Abstractions
/
IImGuiPanel.cs
T
7 lines
111 B
C#
Raw
Normal View
History
Unescape
Escape
create NResUI
2024-11-15 19:06:44 +03:00
namespace
NResUI.Abstractions
{
public
interface
IImGuiPanel
{
void
OnImGuiRender
();
}
}
Copy Permalink