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