Example #1
0
void TraineeWalker::send2City()
{
  computeWalkerPath();

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