using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class HouseBtn : MonoBehaviour { public Button btn; public GameObject Mask; public RectTransform door; public bool DoorIsOpen; // Start is called before the first frame update void Start() { if (GetComponent