9 lines
89 B
C#
9 lines
89 B
C#
public interface KGFIControl
|
|
{
|
|
void Render();
|
|
|
|
string GetName();
|
|
|
|
bool IsVisible();
|
|
}
|