hch
2025-10-19 bd41d84bbd61de37bd880c591ecce690ebe294bd
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}