Ejemplo n.º 1
0
 private void Awake()
 {
     _move = GetComponent <IFollowTarget>();
 }
Ejemplo n.º 2
0
 public void SetTarget(IFollowTarget target)
 {
     _target        = target;
     _orbitRotation = _defaultOrbitRotation;
 }