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