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