示例#1
0
 protected override ICollection <SimDescription> GetSims()
 {
     return(Lots.GetSimsWith <WashingMachine>());
 }
示例#2
0
 protected override ICollection <SimDescription> GetSims()
 {
     return(Lots.GetSimsWith <NectarMaker>());
 }