Esempio n. 1
0
 public void ConsultProf()
 {
     CurrentStatus   = Status.ConsultingProf;
     CurrentProfName = CurrentProf.GetNextProfName();
     CurrentProf     = null;
 }
Esempio n. 2
0
 public void SeekProf()
 {
     CurrentStatus   = Status.SeekingProf;
     DestinationCell = CurrentProf.GetTargetCell();
     CurrentPlaque   = null;
 }