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