Files
FueraDeEscala/Assets/Game Kit Controller/Scripts/Input/editInputPanelInfo.cs
Robii Aragon 779f2c8b20 add ckg
plantilla base para movimiento básico
2026-02-05 05:07:55 -08:00

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