예제 #1
0
 protected override ICollection <SimDescription> GetSims()
 {
     return(Careers.GetCareerSims(OccupationNames.Medical));
 }
예제 #2
0
 protected override ICollection <SimDescription> GetTargets(SimDescription sim)
 {
     return(Careers.GetCareerSims(OccupationNames.PrivateEye));
 }