public void StopMoving() { if (randomWaypoint != null) { randomWaypoint.StopMoving(); } }
public void StopMobility() { RandomWaypoint.StopMoving(); }