스킬 세팅 UI 기본 레이아웃 작업

This commit is contained in:
aube.lee
2025-02-10 15:15:17 +09:00
parent 6641a9e0ff
commit 4d15b23dfd
25 changed files with 3922 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TON
{
public class SkillInformationItem : MonoBehaviour
{
}
}