Exemplo n.º 1
0
 void Awake()
 {
     this.steering = Manager.Steering;
     if (this.steering == null)
     {
         Debug.Log("No Steering manager");
     }
 }
Exemplo n.º 2
0
 void Awake()
 {
     this.steering = Manager.Steering;
     if (this.steering == null)
         Debug.Log("No Steering manager");
 }