using UnityEngine; public class Poolable : MonoBehaviour { // 이 오브젝트의 원본 프리팹 경로를 저장합니다. public string Path; public bool IsUsing; }