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-15 15:07:48 +04:00
Code
Issues
Activity
Files
b718745d7a9efbbdad6d1a7817d1c595b711c92f
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