hch
2026-03-20 2e1b809d4bb794b2dcd75e0e9223d3c2c5de991d
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}