yyl
2025-10-16 4b9114a2f9c8de5048e290a3f6bb56774f49b194
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}