hch
2025-11-20 22c7740bee16435d51090e26e6777fc5cece45cd
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}