Files

7 lines
104 B
C#

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