6 lines
54 B
C#
6 lines
54 B
C#
|
|
|
||
|
|
public interface IUIBase
|
||
|
|
{
|
||
|
|
void Initialize();
|
||
|
|
}
|