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