hch
2025-07-03 5c61793c3404cd912c8357eef5fef70bae5bd3d8
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}