hch
2025-10-30 09b6eca0faa4506678504ead389e9ba287472306
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}