Esempio n. 1
0
 protected bool IsValidBoss(Career job, SimDescription boss)
 {
     return(Careers.IsValidBoss(this, job, boss));
 }