Ejemplo n.º 1
0
 void Start()
 {
     LevelControl = GameObject.Find("Manager").GetComponent <LevelControl>();
     LevelControl.AssignObj(this);
 }