refator : Controller 스킬 버튼 로드 및 스킬 투사체 & ObjectPool 분리

This commit is contained in:
aube.lee
2025-02-11 00:26:00 +09:00
parent 3cfa9040bf
commit cdc7cbae56
12 changed files with 231 additions and 502 deletions

View File

@@ -1,13 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
namespace TON
{
public class SkillSettingUI_SkillSlot : MonoBehaviour
{
public GameObject skillImage;
public GameObject lockerImage;
public void Initalize()
{
// 스킬 이미지 세팅하기
// skillImage = GetComponent<GameObject>();
}
public void SelectedSlot()
{
lockerImage.SetActive(true);