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