Ejemplo n.º 1
0
 void Start()
 {
     this.transform.localRotation = Quaternion.LookRotation(targetDirection, this.transform.up);
     BirdLogic_Old.RegisterBird(this);
 }