refator : Controller 스킬 버튼 로드 및 스킬 투사체 & ObjectPool 분리
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user