7 lines
68 B
C#
7 lines
68 B
C#
public interface KGFIGui2D
|
|
{
|
|
void RenderGUI();
|
|
|
|
int GetLayer();
|
|
}
|