hch
2025-07-16 305cf5f85998f47e1ae87ae965f9830b1352f130
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}