public InteriorData(InteriorNodeBehavior node)
 {
     rooms = new RoomSlotData[node.roomSlotList.Count];
 }
 public InteriorData(InteriorNodeBehavior node)
 {
     rooms = new RoomSlotData[node.roomSlotList.Count];
 }