Files

12 lines
296 B
C#
Raw Permalink Normal View History

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;
}