Beispiel #1
0
 private void Update()
 {
     if (trackPlayer)
     {
         if (chaseTarget == null)
         {
             Shooting.Aim(chaseTarget.transform.position);
         }
     }
     currentState.UpdateState(this);
 }