Files
CortexCore a379dc5cd3 1
2024-05-13 01:28:33 +08:00

15 lines
304 B
C#

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<GameObject> areas;
}