Example #1
0
 public void DelayedStart()
 {
     Owner = GetComponent <Owner>();
     FollowBase.Activate(this);
     Separation.Activate(this);
     Cohesion.Activate(this);
     Velocity     *= 0;
     Acceleration *= 0;
     StartCoroutine(Move());
 }