Example #1
0
 private static void Init()
 {
     if (instance == null)
     {
         instance = OtherUtils.CreateMonoBehaviourBase <TimerManager>();
     }
 }
Example #2
0
 private static void Init()
 {
     if (instance == null)
     {
         instance = OtherUtils.CreateMonoBehaviourBase <Stopwatch>();
     }
 }