yyl
2025-09-18 cb018a575005f873135fab3201d1bf6d408e2b6a
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}