12 lines
296 B
C#
12 lines
296 B
C#
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;
|
|
}
|