Example #1
0
 public void Connect(int index, Room room)
 {
     ActivateWing(index, true);
     node.Add(room.node);
 }