Ejemplo n.º 1
0
 public WaitForDestinationReachedPartly(PathfinderComponent pathfinding, float percentage)
 {
     Pathfinding = pathfinding;
     Percentage  = percentage;
 }
Ejemplo n.º 2
0
 public WaitForDestinationReached(PathfinderComponent pathfinding)
 {
     Pathfinding = pathfinding;
     Pathfinding.DestinationReached += OnDestinationReached;
 }