Files

7 lines
102 B
C#

namespace ChillConnect
{
public interface ISingleton
{
void OnSingletonInit();
}
}