skill setting UI 작업 2차
This commit is contained in:
19
Gameton-06/Assets/Gameton/Scripts/UI/SkillSettingUI.cs
Normal file
19
Gameton-06/Assets/Gameton/Scripts/UI/SkillSettingUI.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public class SkillSettingUI : UIBase
|
||||
{
|
||||
public static SkillSettingUI Instance => UIManager.Singleton.GetUI<SkillSettingUI>(UIList.SkillSettingUI);
|
||||
|
||||
public List<SkillSettingUI_SkillSlot> slots;
|
||||
|
||||
public void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user