7 lines
105 B
C#
7 lines
105 B
C#
|
|
namespace BingoBrain.Core
|
||
|
|
{
|
||
|
|
public interface ISingleton
|
||
|
|
{
|
||
|
|
void OnSingletonInit();
|
||
|
|
}
|
||
|
|
}
|