using System.Collections; using System.Collections.Generic; using UnityEngine; public class parkPanel : MonoBehaviour { public void willingClick() { this.gameObject.SetActive(false); } public void notwillingClick() { this.gameObject.SetActive(false); } }