Beispiel #1
0
 public void Control(_Plane plane)
 {
     m_Plane = plane;
     Debug.Log("A human (player) will control the plane");
 }
 public void Control(_Plane plane)
 {
     m_Plane = plane;
     Debug.Log("This bike will be controlled by an Alien");
 }
Beispiel #3
0
 public void Control(_Plane plane)
 {
     m_Plane = plane;
     Debug.Log("This plane will be controlled by an AI");
 }