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