Exemple #1
0
 // Use this for initialization
 void Start()
 {
     planeControl = GameObject.Find("Plane").GetComponent <MyPlaneControl>();
 }
 // Use this for initialization
 void Start()
 {
     planeControl = GameObject.Find("Plane").GetComponent<MyPlaneControl>();
 }