Exemple #1
0
 public void RemoveEntrance(Entrance currentEntrance)
 {
     if (entrances.Contains(currentEntrance))
     {
         entrances.Remove(currentEntrance);
     }
 }
Exemple #2
0
 public void AddEntrance(Entrance newEntrance)
 {
     entrances.Add(newEntrance);
 }