add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using UnityEngine.UI;
|
||||
|
||||
[System.Serializable]
|
||||
public class healthElementInfo
|
||||
{
|
||||
public bool used;
|
||||
public GameObject healthElementGameObject;
|
||||
public Text healthSpot;
|
||||
public Transform target;
|
||||
public RectTransform healthElementRectTransform;
|
||||
}
|
||||
Reference in New Issue
Block a user