Files
FueraDeEscala/Assets/Game Kit Controller/Scripts/Input/editInputPanelInfo.cs

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