using System.Collections; using System.Collections.Generic; using UnityEngine; using InfallibleCode; public class ManageWindowsInRoom : MonoBehaviour { public DraggableWindow[] window; }