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