Beispiel #1
0
 private void Awake()
 {
     _move = GetComponent <IFollowTarget>();
 }
Beispiel #2
0
 public void SetTarget(IFollowTarget target)
 {
     _target        = target;
     _orbitRotation = _defaultOrbitRotation;
 }