Ejemplo n.º 1
0
        public void Go()
        {
            if (!_map.Exists(_location))
            {
                return;
            }

            _map[_location].FacilityValuables.ToList().ForEach(x => _inspector.Notify(x));
            _map[_location].FacilityContainers.ToList().ForEach(x => _inspector.Notify(x));
        }