hch
2026-06-05 e8d11717081bcbfba867f4fd72bc865ee3cda41a
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}