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