hch
2025-12-03 5ba78bff6e0109ac70c299986a81d0410d7d0991
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}