hch
2025-07-29 81298e554df8d11aeefe7b08aa3d45f1593bf586
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}