Esempio n. 1
0
 void Awake()
 {
     protectMan   = GameObject.FindGameObjectWithTag("SceneManagers").GetComponent <ProtectManager>();
     captureTimer = GetComponentInChildren <Text>();
 }
Esempio n. 2
0
 void Awake()
 {
     protectMan = GameObject.FindGameObjectWithTag("SceneManagers").GetComponent <ProtectManager>();
 }