Ejemplo n.º 1
0
void TraineeWalker::send2City()
{
  computeWalkerPath();

  if( !isDeleted() )
  {
    _destinationBuilding->reserveTrainee(_traineeType);
    Scenario::instance().getCity().addWalker( WalkerPtr( this ) );
  }
}
Ejemplo n.º 2
0
void TraineeWalker::start()
{
   computeWalkerPath();
}
Ejemplo n.º 3
0
void ServiceWalker::start()
{
   computeWalkerPath();
}