yyl
2026-04-24 97de31e9a015cf139f5293a22e1575a43dfb6733
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}