Пример #1
0
 public void Activate()
 {
     movementHandler = AssignMovement();
     IsActive        = true;
 }
Пример #2
0
 public void Activate(Transform target)
 {
     this.target     = target;
     movementHandler = new PerformMovement(ApproachMovement);
     IsActive        = true;
 }