5 lines
80 B
C#
5 lines
80 B
C#
internal interface ISingletonMonoBehaviour
|
|
{
|
|
bool isSingletonObject { get; }
|
|
}
|