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