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