add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user