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