using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public class AllHouseContro : MonoBehaviour { public List HouseBtnList=new List(); // Start is called before the first frame update void Start() { } public void ControAllDoorOpen() { for (int i=0;i