hch
2025-09-02 537670a1e4dbdf26af45356a2f01c69a8d7dfee7
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}