2026-01-05 12:16:58 +05:30

6 lines
54 B
C#

public interface IUIBase
{
void Initialize();
}