Ejemplo n.º 1
0
 void Start()
 {
     instance = this;
     timer    = (new GameObject("timer")).AddComponent <ShermanLibr.Time>();
     StartCoroutine(timer.TimerStart(10));
 }
Ejemplo n.º 2
0
 public void UpdateTimer()
 {
     Destroy(GameObject.Find("timer"));
     timer = (new GameObject("timer")).AddComponent <ShermanLibr.Time>();
 }
Ejemplo n.º 3
0
 public void Start()
 {
     time = new ShermanLibr.Time();//по факту изаю библиотеку
 }