using System.Collections; using System.Collections.Generic; using UnityEngine; public class Area_tmp : MonoBehaviour { public GameObject[] bRooms; public GameObject[] fRooms; public GameObject[] lRooms; public GameObject[] rRooms; public GameObject empty_PA; public List areas; }