Exemplo n.º 1
0
 public void ReportBrainExit(RoomGenerator room)
 {
     //If the brain leaves and there is no dream--
     //Make sure there's a reference that checks whether or not there's a Dream in the room.--
     //then the room is removed from Every's territory.
     _rooms.Remove(room);
     room.SetColor(discoveredColor);
     Debug.Log(_rooms.Count);
 }