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