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