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