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