コード例 #1
0
ファイル: PushLaundryScenario.cs プロジェクト: yakoder/NRaas
 protected override ICollection <SimDescription> GetSims()
 {
     return(Lots.GetSimsWith <WashingMachine>());
 }
コード例 #2
0
 protected override ICollection <SimDescription> GetSims()
 {
     return(Lots.GetSimsWith <NectarMaker>());
 }