hch
2025-08-15 65b10f63d1fcf6696df105e9922a12b894be32af
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}