예제 #1
0
 public void Start()
 {
     SingletonTest1.DebugLog();
 }
예제 #2
0
 public static bool GetIstance(out SingletonTest1 result)
 {
     return(Singleton <SingletonTest1> .GetIstance(out result));
 }