Exemple #1
0
        public Collections.NgbhItems GetItems(Data.NeighborhoodSlots id)
        {
            if (id == Data.NeighborhoodSlots.Families || id == Data.NeighborhoodSlots.Lots || id == Data.NeighborhoodSlots.Sims)
            {
                return(ItemsB);
            }

            return(ItemsA);
        }
Exemple #2
0
 internal NgbhSlots(Ngbh parent, Data.NeighborhoodSlots type)
 {
     list        = new ArrayList();
     this.parent = parent;
     this.type   = type;
 }