Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     dMan      = FindObjectOfType <DialogueManagerEnd>();
     thePlayer = FindObjectOfType <PlayerFlags>();
 }
 // Use this for initialization
 void Start()
 {
     dMan = FindObjectOfType <DialogueManagerEnd>();
 }