using System.Collections; using System.Collections.Generic; using UnityEngine; public class editInputPanelInfo : MonoBehaviour { public GameObject editInputPanelGameObject; public GameObject editButtonInputGameObject; public GameObject bottomGameObject; public Transform buttonsParent; }