hch
2025-06-11 6cb278d86ca0738475f075cdf127b7e1b826ea36
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}