hch
2025-08-15 7bd85eb8d0b9664f4645534b42c82ab0f32754d3
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}