Exemplo n.º 1
0
 public void CloseGuide()
 {
     playerInteract.ReseTime();
     gameObject.SetActive(false);
     GameObject.FindGameObjectWithTag("Player").GetComponent <PlayerController>().SetStatus("walking");
 }