using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class HistoryBtn : MonoBehaviour { public Button btn; public HistoryPanel historyPanel; public AllHouseContro AllHouseContro; void Start() { btn=GetComponent