EerieVillage/Assets/Scripts/MyUI/Ingame/IngameChoiceSkillUI.cs

14 lines
261 B
C#

using UnityEngine;
public class IngameChoiceSkillUI : MonoBehaviour
{
/// <summary>
/// 0 첫번째, 1 두번째, 2 세번째 스킬 터치
/// </summary>
/// <param name="index"></param>
public void OnClick_Skill(int index)
{
}
}