Exemplo n.º 1
0
 private void Awake()
 {
     pc = transform.parent.GetComponent <EnemyPatrolCar>();
 }
Exemplo n.º 2
0
 public void SetPatrolCar(EnemyPatrolCar e)
 {
     pc = e;
 }