Exemplo n.º 1
0
 void  Start()
 {
     dm     = FindObjectOfType <deathmenu> ();
     box    = FindObjectOfType <objectcontroller> ();
     player = FindObjectOfType <playercontroller>();
 }