add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
[System.Serializable]
|
||||
public class objectStatButtonInfo : MonoBehaviour
|
||||
{
|
||||
public string objectCategoryName;
|
||||
|
||||
public string objectName;
|
||||
|
||||
[Space]
|
||||
|
||||
public GameObject buttonGameObject;
|
||||
|
||||
public Text statNameText;
|
||||
|
||||
public RawImage statImage;
|
||||
|
||||
public Text statValueText;
|
||||
|
||||
public Text extraStatValueText;
|
||||
|
||||
public Slider statSlider;
|
||||
|
||||
public Toggle statToggle;
|
||||
|
||||
[Space]
|
||||
|
||||
public bool objectAssigned;
|
||||
}
|
||||
Reference in New Issue
Block a user