add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
[System.Serializable]
|
||||
public class skillSlotPanelInfo
|
||||
{
|
||||
public GameObject skillSlot;
|
||||
public GameObject slotActive;
|
||||
public GameObject slotLocked;
|
||||
public GameObject slotUnlocked;
|
||||
public Text slotSkillAmountText;
|
||||
public GameObject slotPressedIcon;
|
||||
|
||||
public Transform confirmUseSkillPointsPanelPosition;
|
||||
}
|
||||
Reference in New Issue
Block a user