hch
2025-08-22 303f5970d2bef26905c9d6d471cd13f41bc722a7
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}